Html Css Color HEX #EB2388 Deep Cerise

📋 copy color: '#EB2388'

red 235 ◦ green 35 ◦ blue 136

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

Shades of Deep Cerise #EB2388

Tints of Deep Cerise #EB2388

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.62%

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

R = 57.88%
G = 8.62%
B = 33.5%

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

#EB2388 (or 0xEB2388) is known color: Deep Cerise. HEX triplet: EB, 23 and 88. RGB value is (235,35,136). Sum of RGB (Red+Green+Blue) = 235+35+136=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2388 is #14DC77. Grayscale: #6A6A6A. Windows color (decimal): -1367160 or 8922091. OLE color: 8922091.

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

Color convert

RGB 235 35 136 -
CMYK 0 0.85 0.42 0.08
HSL 329.7º 0.83% 0.53% -
HSV(B) 329.7º 0.85% 0.92% -
XYZ 39.31 20.64 25.21 -
YUV 106.31 144.76 219.79 -
System Red Green Blue C M Y K H S L
Decimal 235 35 136 0 0.85 0.42 0.08 329.7 0.83 0.53
Hex EB 23 88 0 55 2A 8 14A 53 35
Octal 353 43 210 0 125 52 10 512 123 65
Binary 11101011 100011 10001000 0 1010101 101010 1000 101001010 1010011 110101

Color Harmonies of #EB2388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2388

Black with #EB2388

Text Example


Text Example

White with #EB2388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2388; }

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

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

background-color css

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

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

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

border-color css

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

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

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