Html Css Color HEX #EB2886 Deep Cerise

📋 copy color: '#EB2886'

red 235 ◦ green 40 ◦ blue 134

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

Shades of Deep Cerise #EB2886

Tints of Deep Cerise #EB2886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.76%

R = 57.46%
G = 9.78%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB2886 (or 0xEB2886) is known color: Deep Cerise. HEX triplet: EB, 28 and 86. RGB value is (235,40,134). Sum of RGB (Red+Green+Blue) = 235+40+134=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2886 is #14D779. Grayscale: #6C6C6C. Windows color (decimal): -1365882 or 8792299. OLE color: 8792299.

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

Color convert

RGB 235 40 134 -
CMYK 0 0.83 0.43 0.08
HSL 331.08º 0.83% 0.54% -
HSV(B) 331.08º 0.83% 0.92% -
XYZ 39.32 20.9 24.52 -
YUV 109.02 142.1 217.86 -
System Red Green Blue C M Y K H S L
Decimal 235 40 134 0 0.83 0.43 0.08 331.08 0.83 0.54
Hex EB 28 86 0 53 2B 8 14B 53 36
Octal 353 50 206 0 123 53 10 513 123 66
Binary 11101011 101000 10000110 0 1010011 101011 1000 101001011 1010011 110110

Color Harmonies of #EB2886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2886

Black with #EB2886

Text Example


Text Example

White with #EB2886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2886; }

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

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

background-color css

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

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

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

border-color css

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

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

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