Html Css Color HEX #EB2A80 Deep Cerise

📋 copy color: '#EB2A80'

red 235 ◦ green 42 ◦ blue 128

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

Shades of Deep Cerise #EB2A80

Tints of Deep Cerise #EB2A80

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.37%

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 58.02%
G = 10.37%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB2A80 (or 0xEB2A80) is known color: Deep Cerise. HEX triplet: EB, 2A and 80. RGB value is (235,42,128). Sum of RGB (Red+Green+Blue) = 235+42+128=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2A80 is #14D57F. Grayscale: #6D6D6D. Windows color (decimal): -1365376 or 8399595. OLE color: 8399595.

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

Color convert

RGB 235 42 128 -
CMYK 0 0.82 0.46 0.08
HSL 333.26º 0.83% 0.54% -
HSV(B) 333.26º 0.82% 0.92% -
XYZ 38.99 20.88 22.4 -
YUV 109.51 138.44 217.51 -
System Red Green Blue C M Y K H S L
Decimal 235 42 128 0 0.82 0.46 0.08 333.26 0.83 0.54
Hex EB 2A 80 0 52 2E 8 14D 53 36
Octal 353 52 200 0 122 56 10 515 123 66
Binary 11101011 101010 10000000 0 1010010 101110 1000 101001101 1010011 110110

Color Harmonies of #EB2A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A80

Black with #EB2A80

Text Example


Text Example

White with #EB2A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A80; }

 p { color: rgb(235,42,128); }

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

background-color css

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

 a { background-color: rgb(235,42,128); }

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

border-color css

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

 span { border-color: rgb(235,42,128); }

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