#EA6977

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

Shades of Froly #EA6977

Tints of Froly #EA6977

Color information

#EA6977 (or 0xEA6977) is unknown color: approx Froly. HEX triplet: EA, 69 and 77. RGB value is (234,105,119). Sum of RGB (Red+Green+Blue) = 234+105+119=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6977 is #159688. Grayscale: #919191. Windows color (decimal): -1414793 or 7825898. OLE color: 7825898.

HSL color Cylindrical-coordinate representation of color #EA6977: hue angle of 353.49º 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 #EA6977 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234105119-
CMYK00.550.490.08
HSL353.49º75.44%66.47%-
HSV(B)353.49º55.13%91.76%-
XYZ42.3128.9320.81-
YUV145.17113.24191.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.09%
GREEN value IS 105 (41.41% from 255) = 22.93%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=51.09%
G=22.93%
B=25.98%

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
Decimal23410511900.550.490.08353.4975.4466.47
HexEA69770373181614b42
Octal3521511670676110541113102
Binary11101010110100111101110110111110001100010110000110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6977; }

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

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

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

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

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

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

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

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