Html Css Color HEX #EB2988 Deep Cerise

📋 copy color: '#EB2988'

red 235 ◦ green 41 ◦ blue 136

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

Shades of Deep Cerise #EB2988

Tints of Deep Cerise #EB2988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.95%

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

R = 57.04%
G = 9.95%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB2988 (or 0xEB2988) is known color: Deep Cerise. HEX triplet: EB, 29 and 88. RGB value is (235,41,136). Sum of RGB (Red+Green+Blue) = 235+41+136=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2988 is #14D677. Grayscale: #6D6D6D. Windows color (decimal): -1365624 or 8923627. OLE color: 8923627.

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

Color convert

RGB 235 41 136 -
CMYK 0 0.83 0.42 0.08
HSL 330.62º 0.83% 0.54% -
HSV(B) 330.62º 0.83% 0.92% -
XYZ 39.5 21.03 25.27 -
YUV 109.84 142.77 217.28 -
System Red Green Blue C M Y K H S L
Decimal 235 41 136 0 0.83 0.42 0.08 330.62 0.83 0.54
Hex EB 29 88 0 53 2A 8 14B 53 36
Octal 353 51 210 0 123 52 10 513 123 66
Binary 11101011 101001 10001000 0 1010011 101010 1000 101001011 1010011 110110

Color Harmonies of #EB2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2988

Black with #EB2988

Text Example


Text Example

White with #EB2988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2988; }

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

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

background-color css

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

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

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

border-color css

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

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

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