Html Css Color HEX #EB2086 Deep Cerise

📋 copy color: '#EB2086'

red 235 ◦ green 32 ◦ blue 134

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

Shades of Deep Cerise #EB2086

Tints of Deep Cerise #EB2086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.98%

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

R = 58.6%
G = 7.98%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB2086 (or 0xEB2086) is known color: Deep Cerise. HEX triplet: EB, 20 and 86. RGB value is (235,32,134). Sum of RGB (Red+Green+Blue) = 235+32+134=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2086 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2086 is #14DF79. Grayscale: #686868. Windows color (decimal): -1367930 or 8790251. OLE color: 8790251.

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

Color convert

RGB 235 32 134 -
CMYK 0 0.86 0.43 0.08
HSL 329.85º 0.84% 0.52% -
HSV(B) 329.85º 0.86% 0.92% -
XYZ 39.08 20.42 24.44 -
YUV 104.33 144.75 221.21 -
System Red Green Blue C M Y K H S L
Decimal 235 32 134 0 0.86 0.43 0.08 329.85 0.84 0.52
Hex EB 20 86 0 56 2B 8 14A 54 34
Octal 353 40 206 0 126 53 10 512 124 64
Binary 11101011 100000 10000110 0 1010110 101011 1000 101001010 1010100 110100

Color Harmonies of #EB2086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2086

Black with #EB2086

Text Example


Text Example

White with #EB2086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2086; }

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

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

background-color css

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

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

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

border-color css

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

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

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