#EA4060

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

Shades of Cerise #EA4060

Tints of Cerise #EA4060

Color information

#EA4060 (or 0xEA4060) is unknown color: approx Cerise. HEX triplet: EA, 40 and 60. RGB value is (234,64,96). Sum of RGB (Red+Green+Blue) = 234+64+96=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4060 is #15BF9F. Grayscale: #767676. Windows color (decimal): -1425312 or 6308074. OLE color: 6308074.

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

Color convert

RGB2346496-
CMYK00.730.590.08
HSL348.71º80.19%58.43%-
HSV(B)348.71º72.65%91.76%-
XYZ37.882213.32-
YUV118.48115.32210.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.39%
GREEN value IS 64 (25.39% from 255) = 16.24%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=59.39%
G=16.24%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234649600.730.590.08348.7180.1958.43
HexEA40600493B815d503a
Octal3521001400111731053512072
Binary11101010100000011000000100100111101110001010111011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4060; }

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

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

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

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

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

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

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

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