#EA666F

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

Shades of Froly #EA666F

Tints of Froly #EA666F

Color information

#EA666F (or 0xEA666F) is unknown color: approx Froly. HEX triplet: EA, 66 and 6F. RGB value is (234,102,111). Sum of RGB (Red+Green+Blue) = 234+102+111=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA666F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA666F is #159990. Grayscale: #8E8E8E. Windows color (decimal): -1415569 or 7300842. OLE color: 7300842.

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

Color convert

RGB234102111-
CMYK00.560.530.08
HSL355.91º75.86%65.88%-
HSV(B)355.91º56.41%91.76%-
XYZ41.5528.1418.28-
YUV142.49110.23193.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.35%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 111 (43.75% from 255) = 24.83%
R=52.35%
G=22.82%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410211100.560.530.08355.9175.8665.88
HexEA666F0383581644c42
Octal3521461570706510544114102
Binary11101010110011011011110111000110101100010110010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA666F; }

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

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

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

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

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

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

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

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