Html Css Color HEX #EB2479 Deep Cerise

📋 copy color: '#EB2479'

red 235 ◦ green 36 ◦ blue 121

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

Shades of Deep Cerise #EB2479

Tints of Deep Cerise #EB2479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.18%

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

R = 59.95%
G = 9.18%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB2479 (or 0xEB2479) is known color: Deep Cerise. HEX triplet: EB, 24 and 79. RGB value is (235,36,121). Sum of RGB (Red+Green+Blue) = 235+36+121=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2479 is #14DB86. Grayscale: #696969. Windows color (decimal): -1366919 or 7939307. OLE color: 7939307.

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

Color convert

RGB 235 36 121 -
CMYK 0 0.85 0.49 0.08
HSL 334.37º 0.83% 0.53% -
HSV(B) 334.37º 0.85% 0.92% -
XYZ 38.34 20.3 19.99 -
YUV 105.19 136.93 220.59 -
System Red Green Blue C M Y K H S L
Decimal 235 36 121 0 0.85 0.49 0.08 334.37 0.83 0.53
Hex EB 24 79 0 55 31 8 14E 53 35
Octal 353 44 171 0 125 61 10 516 123 65
Binary 11101011 100100 1111001 0 1010101 110001 1000 101001110 1010011 110101

Color Harmonies of #EB2479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2479

Black with #EB2479

Text Example


Text Example

White with #EB2479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2479; }

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

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

background-color css

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

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

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

border-color css

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

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

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