#EA2776

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

Shades of Cerise #EA2776

Tints of Cerise #EA2776

Color information

#EA2776 (or 0xEA2776) is unknown color: approx Cerise. HEX triplet: EA, 27 and 76. RGB value is (234,39,118). Sum of RGB (Red+Green+Blue) = 234+39+118=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2776 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2776 is #15D889. Grayscale: #6A6A6A. Windows color (decimal): -1431690 or 7743466. OLE color: 7743466.

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

Color convert

RGB23439118-
CMYK00.830.500.08
HSL335.69º82.28%53.53%-
HSV(B)335.69º83.33%91.76%-
XYZ37.9320.2519.05-
YUV106.31134.6219.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.85%
GREEN value IS 39 (15.62% from 255) = 9.97%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=59.85%
G=9.97%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343911800.830.500.08335.6982.2853.53
HexEA27760533281505236
Octal352471660123621052012266
Binary1110101010011111101100101001111001010001010100001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2776; }

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

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

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

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

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

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

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

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