#EA3A76

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

Shades of Cerise #EA3A76

Tints of Cerise #EA3A76

Color information

#EA3A76 (or 0xEA3A76) is unknown color: approx Cerise. HEX triplet: EA, 3A and 76. RGB value is (234,58,118). Sum of RGB (Red+Green+Blue) = 234+58+118=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3A76 is #15C589. Grayscale: #757575. Windows color (decimal): -1426826 or 7748330. OLE color: 7748330.

HSL color Cylindrical-coordinate representation of color #EA3A76: hue angle of 339.55º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3A76 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB23458118-
CMYK00.750.500.08
HSL339.55º80.73%57.25%-
HSV(B)339.55º75.21%91.76%-
XYZ38.7121.8319.31-
YUV117.46128.31211.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.07%
GREEN value IS 58 (23.05% from 255) = 14.15%
BLUE value IS 118 (46.48% from 255) = 28.78%
R=57.07%
G=14.15%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345811800.750.500.08339.5580.7357.25
HexEA3A7604B3281545139
Octal352721660113621052412171
Binary1110101011101011101100100101111001010001010101001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3A76; }

 p { color: rgb(234,58,118); }

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

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

 a { background-color: rgb(234,58,118); }

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

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

 span { border-color: rgb(234,58,118); }

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