Html Css Color HEX #EB2079 Deep Cerise

📋 copy color: '#EB2079'

red 235 ◦ green 32 ◦ blue 121

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

Shades of Deep Cerise #EB2079

Tints of Deep Cerise #EB2079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 60.57%
G = 8.25%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB2079 (or 0xEB2079) is known color: Deep Cerise. HEX triplet: EB, 20 and 79. RGB value is (235,32,121). Sum of RGB (Red+Green+Blue) = 235+32+121=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2079 is #14DF86. Grayscale: #666666. Windows color (decimal): -1367943 or 7938283. OLE color: 7938283.

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

Color convert

RGB 235 32 121 -
CMYK 0 0.86 0.49 0.08
HSL 333.69º 0.84% 0.52% -
HSV(B) 333.69º 0.86% 0.92% -
XYZ 38.23 20.08 19.95 -
YUV 102.84 138.25 222.26 -
System Red Green Blue C M Y K H S L
Decimal 235 32 121 0 0.86 0.49 0.08 333.69 0.84 0.52
Hex EB 20 79 0 56 31 8 14E 54 34
Octal 353 40 171 0 126 61 10 516 124 64
Binary 11101011 100000 1111001 0 1010110 110001 1000 101001110 1010100 110100

Color Harmonies of #EB2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2079

Black with #EB2079

Text Example


Text Example

White with #EB2079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2079; }

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

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

background-color css

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

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

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

border-color css

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

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

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