#E66978

Color #E66978 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #E66978

Tints of Froly #E66978

Color information

#E66978 (or 0xE66978) is unknown color: approx Froly. HEX triplet: E6, 69 and 78. RGB value is (230,105,120). Sum of RGB (Red+Green+Blue) = 230+105+120=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E66978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66978 is #199687. Grayscale: #909090. Windows color (decimal): -1676936 or 7891430. OLE color: 7891430.

HSL color Cylindrical-coordinate representation of color #E66978: hue angle of 352.8º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66978 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB230105120-
CMYK00.540.480.10
HSL352.8º71.43%65.69%-
HSV(B)352.8º54.35%90.2%-
XYZ41.0728.2821.06-
YUV144.08114.41189.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 50.55%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=50.55%
G=23.08%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010512000.540.480.10352.871.4365.69
HexE6697803630A1614742
Octal3461511700666012541107102
Binary11100110110100111110000110110110000101010110000110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66978; }

 p { color: rgb(230,105,120); }

 H1.HeaderClassName
 {
   color: #E66978;
 }
 .AnyTagClassName
 {
   color: #E66978;
 }
</style>
background-color css

<style>
 a { background-color: #E66978; }

 a { background-color: rgb(230,105,120); }

 div.DivClassName
 {
   background-color: #E66978;
 }
 .BgClassName
 {
   background-color: #E66978;
 }
</style>
border-color css

<style>
 span { border-color: #E66978; }

 span { border-color: rgb(230,105,120); }

 td.TdClassName
 {
   border-color: #E66978;
 }
 .TagClassName
 {
   border-color: #E66978;
 }
</style>