#EA666C

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

Shades of Froly #EA666C

Tints of Froly #EA666C

Color information

#EA666C (or 0xEA666C) is unknown color: approx Froly. HEX triplet: EA, 66 and 6C. RGB value is (234,102,108). Sum of RGB (Red+Green+Blue) = 234+102+108=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA666C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA666C is #159993. Grayscale: #8E8E8E. Windows color (decimal): -1415572 or 7104234. OLE color: 7104234.

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

Color convert

RGB234102108-
CMYK00.560.540.08
HSL357.27º75.86%65.88%-
HSV(B)357.27º56.41%91.76%-
XYZ41.3928.0817.43-
YUV142.15108.73193.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.70%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 108 (42.58% from 255) = 24.32%
R=52.70%
G=22.97%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410210800.560.540.08357.2775.8665.88
HexEA666C0383681654c42
Octal3521461540706610545114102
Binary11101010110011011011000111000110110100010110010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA666C; }

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

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

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

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

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

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

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

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