Html Css Color HEX #EA2B88 Deep Cerise

📋 copy color: '#EA2B88'

red 234 ◦ green 43 ◦ blue 136

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

Shades of Deep Cerise #EA2B88

Tints of Deep Cerise #EA2B88

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.41%

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 56.66%
G = 10.41%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA2B88 (or 0xEA2B88) is known color: Deep Cerise. HEX triplet: EA, 2B and 88. RGB value is (234,43,136). Sum of RGB (Red+Green+Blue) = 234+43+136=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2B88 is #15D477. Grayscale: #6E6E6E. Windows color (decimal): -1430648 or 8924138. OLE color: 8924138.

HSL color Cylindrical-coordinate representation of color #EA2B88: hue angle of 330.79º 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 #EA2B88 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 43 136 -
CMYK 0 0.82 0.42 0.08
HSL 330.79º 0.82% 0.54% -
HSV(B) 330.79º 0.82% 0.92% -
XYZ 39.24 21 25.28 -
YUV 110.71 142.28 215.94 -
System Red Green Blue C M Y K H S L
Decimal 234 43 136 0 0.82 0.42 0.08 330.79 0.82 0.54
Hex EA 2B 88 0 52 2A 8 14B 52 36
Octal 352 53 210 0 122 52 10 513 122 66
Binary 11101010 101011 10001000 0 1010010 101010 1000 101001011 1010010 110110

Color Harmonies of #EA2B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B88

Black with #EA2B88

Text Example


Text Example

White with #EA2B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B88; }

 p { color: rgb(234,43,136); }

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

background-color css

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

 a { background-color: rgb(234,43,136); }

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

border-color css

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

 span { border-color: rgb(234,43,136); }

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