Html Css Color HEX #EA2962 Cerise

📋 copy color: '#EA2962'

red 234 ◦ green 41 ◦ blue 98

#EA2962
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #EA2962

Tints of Cerise #EA2962

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA2962 (or 0xEA2962) is known color: 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

RGB 234 41 98 -
CMYK 0 0.82 0.58 0.08
HSL 342.28º 0.82% 0.54% -
HSV(B) 342.28º 0.82% 0.92% -
XYZ 36.93 19.96 13.46 -
YUV 105.21 123.94 219.87 -
System Red Green Blue C M Y K H S L
Decimal 234 41 98 0 0.82 0.58 0.08 342.28 0.82 0.54
Hex EA 29 62 0 52 3A 8 156 52 36
Octal 352 51 142 0 122 72 10 526 122 66
Binary 11101010 101001 1100010 0 1010010 111010 1000 101010110 1010010 110110

Color Harmonies of #EA2962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2962

Black with #EA2962

Text Example


Text Example

White with #EA2962

Text Example


Text Example

HTML Codes & Css Web 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>