#EA2962

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

Shades of Cerise #EA2962

Tints of Cerise #EA2962

Color information

#EA2962 (or 0xEA2962) is unknown color: approx Cerise. HEX triplet: EA, 29 and 62. RGB value is (234,41,98). Sum of RGB (Red+Green+Blue) = 234+41+98=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2962 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2962 is #15D69D. Grayscale: #696969. Windows color (decimal): -1431198 or 6433258. OLE color: 6433258.

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

Color convert

RGB2344198-
CMYK00.820.580.08
HSL342.28º82.13%53.92%-
HSV(B)342.28º82.48%91.76%-
XYZ36.9319.9613.46-
YUV105.2123.94219.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.73%
GREEN value IS 41 (16.41% from 255) = 10.99%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=62.73%
G=10.99%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234419800.820.580.08342.2882.1353.92
HexEA29620523A81565236
Octal352511420122721052612266
Binary1110101010100111000100101001011101010001010101101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2962; }

 p { color: rgb(234,41,98); }

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

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

 a { background-color: rgb(234,41,98); }

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

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

 span { border-color: rgb(234,41,98); }

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