Html Css Color HEX #EB213E Alizarin

📋 copy color: '#EB213E'

red 235 ◦ green 33 ◦ blue 62

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

Shades of Alizarin #EB213E

Tints of Alizarin #EB213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.79%

R = 71.21%
G = 10%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB213E (or 0xEB213E) is known color: Alizarin. HEX triplet: EB, 21 and 3E. RGB value is (235,33,62). Sum of RGB (Red+Green+Blue) = 235+33+62=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB213E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB213E is #14DEC1. Grayscale: #606060. Windows color (decimal): -1367746 or 4071915. OLE color: 4071915.

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

Color convert

RGB 235 33 62 -
CMYK 0 0.86 0.74 0.08
HSL 351.39º 0.83% 0.53% -
HSV(B) 351.39º 0.86% 0.92% -
XYZ 35.67 19.1 6.36 -
YUV 96.7 108.42 226.64 -
System Red Green Blue C M Y K H S L
Decimal 235 33 62 0 0.86 0.74 0.08 351.39 0.83 0.53
Hex EB 21 3E 0 56 4A 8 15F 53 35
Octal 353 41 76 0 126 112 10 537 123 65
Binary 11101011 100001 111110 0 1010110 1001010 1000 101011111 1010011 110101

Color Harmonies of #EB213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB213E

Black with #EB213E

Text Example


Text Example

White with #EB213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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