#EA606C

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

Shades of Froly #EA606C

Tints of Froly #EA606C

Color information

#EA606C (or 0xEA606C) is unknown color: approx Froly. HEX triplet: EA, 60 and 6C. RGB value is (234,96,108). Sum of RGB (Red+Green+Blue) = 234+96+108=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA606C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA606C is #159F93. Grayscale: #8A8A8A. Windows color (decimal): -1417108 or 7102698. OLE color: 7102698.

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

Color convert

RGB23496108-
CMYK00.590.540.08
HSL354.78º76.67%64.71%-
HSV(B)354.78º58.97%91.76%-
XYZ40.8226.9417.24-
YUV138.63110.72196.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.42%
GREEN value IS 96 (37.89% from 255) = 21.92%
BLUE value IS 108 (42.58% from 255) = 24.66%
R=53.42%
G=21.92%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349610800.590.540.08354.7876.6764.71
HexEA606C03B3681634d41
Octal3521401540736610543115101
Binary11101010110000011011000111011110110100010110001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA606C; }

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

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

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

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

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

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

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

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