Html Css Color HEX #EB2488 Deep Cerise

📋 copy color: '#EB2488'

red 235 ◦ green 36 ◦ blue 136

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

Shades of Deep Cerise #EB2488

Tints of Deep Cerise #EB2488

RGB

 RED value IS 235 (92.19% from 255) = 57.74%

 GREEN value IS 36 (14.45% from 255) = 8.85%

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

R = 57.74%
G = 8.85%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB2488 (or 0xEB2488) is known color: Deep Cerise. HEX triplet: EB, 24 and 88. RGB value is (235,36,136). Sum of RGB (Red+Green+Blue) = 235+36+136=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2488 is #14DB77. Grayscale: #6A6A6A. Windows color (decimal): -1366904 or 8922347. OLE color: 8922347.

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

Color convert

RGB 235 36 136 -
CMYK 0 0.85 0.42 0.08
HSL 329.85º 0.83% 0.53% -
HSV(B) 329.85º 0.85% 0.92% -
XYZ 39.34 20.7 25.22 -
YUV 106.9 144.43 219.37 -
System Red Green Blue C M Y K H S L
Decimal 235 36 136 0 0.85 0.42 0.08 329.85 0.83 0.53
Hex EB 24 88 0 55 2A 8 14A 53 35
Octal 353 44 210 0 125 52 10 512 123 65
Binary 11101011 100100 10001000 0 1010101 101010 1000 101001010 1010011 110101

Color Harmonies of #EB2488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2488

Black with #EB2488

Text Example


Text Example

White with #EB2488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2488; }

 p { color: rgb(235,36,136); }

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

background-color css

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

 a { background-color: rgb(235,36,136); }

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

border-color css

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

 span { border-color: rgb(235,36,136); }

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