Html Css Color HEX #EB2139 Alizarin

📋 copy color: '#EB2139'

red 235 ◦ green 33 ◦ blue 57

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

Shades of Alizarin #EB2139

Tints of Alizarin #EB2139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.15%

 BLUE value IS 57 (22.66% from 255) = 17.54%

R = 72.31%
G = 10.15%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EB2139 (or 0xEB2139) is known color: Alizarin. HEX triplet: EB, 21 and 39. RGB value is (235,33,57). Sum of RGB (Red+Green+Blue) = 235+33+57=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2139 is #14DEC6. Grayscale: #606060. Windows color (decimal): -1367751 or 3744235. OLE color: 3744235.

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

Color convert

RGB 235 33 57 -
CMYK 0 0.86 0.76 0.08
HSL 352.87º 0.83% 0.53% -
HSV(B) 352.87º 0.86% 0.92% -
XYZ 35.54 19.05 5.67 -
YUV 96.13 105.92 227.05 -
System Red Green Blue C M Y K H S L
Decimal 235 33 57 0 0.86 0.76 0.08 352.87 0.83 0.53
Hex EB 21 39 0 56 4C 8 161 53 35
Octal 353 41 71 0 126 114 10 541 123 65
Binary 11101011 100001 111001 0 1010110 1001100 1000 101100001 1010011 110101

Color Harmonies of #EB2139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2139

Black with #EB2139

Text Example


Text Example

White with #EB2139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2139; }

 p { color: rgb(235,33,57); }

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

background-color css

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

 a { background-color: rgb(235,33,57); }

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

border-color css

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

 span { border-color: rgb(235,33,57); }

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