Html Css Color HEX #EA2562 Cerise

📋 copy color: '#EA2562'

red 234 ◦ green 37 ◦ blue 98

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

Shades of Cerise #EA2562

Tints of Cerise #EA2562

RGB

 RED value IS 234 (91.8% from 255) = 63.41%

 GREEN value IS 37 (14.84% from 255) = 10.03%

 BLUE value IS 98 (38.67% from 255) = 26.56%

R = 63.41%
G = 10.03%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA2562 (or 0xEA2562) is known color: Cerise. HEX triplet: EA, 25 and 62. RGB value is (234,37,98). Sum of RGB (Red+Green+Blue) = 234+37+98=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2562 is #15DA9D. Grayscale: #666666. Windows color (decimal): -1432222 or 6432234. OLE color: 6432234.

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

Color convert

RGB 234 37 98 -
CMYK 0 0.84 0.58 0.08
HSL 341.42º 0.82% 0.53% -
HSV(B) 341.42º 0.84% 0.92% -
XYZ 36.8 19.7 13.42 -
YUV 102.86 125.27 221.54 -
System Red Green Blue C M Y K H S L
Decimal 234 37 98 0 0.84 0.58 0.08 341.42 0.82 0.53
Hex EA 25 62 0 54 3A 8 155 52 35
Octal 352 45 142 0 124 72 10 525 122 65
Binary 11101010 100101 1100010 0 1010100 111010 1000 101010101 1010010 110101

Color Harmonies of #EA2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2562

Black with #EA2562

Text Example


Text Example

White with #EA2562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2562; }

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

 H1.HeaderClassName
 {
   color: #EA2562;
 }
 .AnyTagClassName
 {
   color: #EA2562;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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