#EA6677

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

Shades of Froly #EA6677

Tints of Froly #EA6677

Color information

#EA6677 (or 0xEA6677) is unknown color: approx Froly. HEX triplet: EA, 66 and 77. RGB value is (234,102,119). Sum of RGB (Red+Green+Blue) = 234+102+119=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6677 is #159988. Grayscale: #8F8F8F. Windows color (decimal): -1415561 or 7825130. OLE color: 7825130.

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

Color convert

RGB234102119-
CMYK00.560.490.08
HSL352.27º75.86%65.88%-
HSV(B)352.27º56.41%91.76%-
XYZ42.0128.3320.71-
YUV143.41114.23192.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.43%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=51.43%
G=22.42%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410211900.560.490.08352.2775.8665.88
HexEA66770383181604c42
Octal3521461670706110540114102
Binary11101010110011011101110111000110001100010110000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6677; }

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

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

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

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

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

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

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

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