Html Css Color HEX #EB2889 Deep Cerise

📋 copy color: '#EB2889'

red 235 ◦ green 40 ◦ blue 137

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

Shades of Deep Cerise #EB2889

Tints of Deep Cerise #EB2889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.71%

 BLUE value IS 137 (53.91% from 255) = 33.25%

R = 57.04%
G = 9.71%
B = 33.25%

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

#EB2889 (or 0xEB2889) is known color: Deep Cerise. HEX triplet: EB, 28 and 89. RGB value is (235,40,137). Sum of RGB (Red+Green+Blue) = 235+40+137=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2889 is #14D776. Grayscale: #6D6D6D. Windows color (decimal): -1365879 or 8988907. OLE color: 8988907.

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

Color convert

RGB 235 40 137 -
CMYK 0 0.83 0.42 0.08
HSL 330.15º 0.83% 0.54% -
HSV(B) 330.15º 0.83% 0.92% -
XYZ 39.54 20.99 25.63 -
YUV 109.36 143.6 217.61 -
System Red Green Blue C M Y K H S L
Decimal 235 40 137 0 0.83 0.42 0.08 330.15 0.83 0.54
Hex EB 28 89 0 53 2A 8 14A 53 36
Octal 353 50 211 0 123 52 10 512 123 66
Binary 11101011 101000 10001001 0 1010011 101010 1000 101001010 1010011 110110

Color Harmonies of #EB2889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2889

Black with #EB2889

Text Example


Text Example

White with #EB2889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2889; }

 p { color: rgb(235,40,137); }

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

background-color css

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

 a { background-color: rgb(235,40,137); }

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

border-color css

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

 span { border-color: rgb(235,40,137); }

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