#EA6166

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

Shades of Froly #EA6166

Tints of Froly #EA6166

Color information

#EA6166 (or 0xEA6166) is unknown color: approx Froly. HEX triplet: EA, 61 and 66. RGB value is (234,97,102). Sum of RGB (Red+Green+Blue) = 234+97+102=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6166 is #159E99. Grayscale: #8A8A8A. Windows color (decimal): -1416858 or 6709738. OLE color: 6709738.

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

Color convert

RGB23497102-
CMYK00.590.560.08
HSL357.81º76.54%64.9%-
HSV(B)357.81º58.55%91.76%-
XYZ40.62715.64-
YUV138.53107.39196.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.04%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=54.04%
G=22.40%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349710200.590.560.08357.8176.5464.9
HexEA616603B3881664d41
Octal3521411460737010546115101
Binary11101010110000111001100111011111000100010110011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6166; }

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

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

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

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

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

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

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

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