#EA6978

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

Shades of Froly #EA6978

Tints of Froly #EA6978

Color information

#EA6978 (or 0xEA6978) is unknown color: approx Froly. HEX triplet: EA, 69 and 78. RGB value is (234,105,120). Sum of RGB (Red+Green+Blue) = 234+105+120=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6978 is #159687. Grayscale: #919191. Windows color (decimal): -1414792 or 7891434. OLE color: 7891434.

HSL color Cylindrical-coordinate representation of color #EA6978: hue angle of 353.02º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6978 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234105120-
CMYK00.550.490.08
HSL353.02º75.44%66.47%-
HSV(B)353.02º55.13%91.76%-
XYZ42.3728.9521.12-
YUV145.28113.74191.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.98%
GREEN value IS 105 (41.41% from 255) = 22.88%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=50.98%
G=22.88%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410512000.550.490.08353.0275.4466.47
HexEA69780373181614b42
Octal3521511700676110541113102
Binary11101010110100111110000110111110001100010110000110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6978; }

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

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

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

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

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

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

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

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