Html Css Color HEX #EE213B Alizarin

📋 copy color: '#EE213B'

red 238 ◦ green 33 ◦ blue 59

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

Shades of Alizarin #EE213B

Tints of Alizarin #EE213B

RGB

 RED value IS 238 (93.36% from 255) = 72.12%

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

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 72.12%
G = 10%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE213B (or 0xEE213B) is known color: Alizarin. HEX triplet: EE, 21 and 3B. RGB value is (238,33,59). Sum of RGB (Red+Green+Blue) = 238+33+59=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE213B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE213B is #11DEC4. Grayscale: #616161. Windows color (decimal): -1171141 or 3875310. OLE color: 3875310.

HSL color Cylindrical-coordinate representation of color #EE213B: hue angle of 352.39º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE213B is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 33 59 -
CMYK 0 0.86 0.75 0.07
HSL 352.39º 0.86% 0.53% -
HSV(B) 352.39º 0.86% 0.93% -
XYZ 36.59 19.58 5.99 -
YUV 97.26 106.42 228.39 -
System Red Green Blue C M Y K H S L
Decimal 238 33 59 0 0.86 0.75 0.07 352.39 0.86 0.53
Hex EE 21 3B 0 56 4B 7 160 56 35
Octal 356 41 73 0 126 113 7 540 126 65
Binary 11101110 100001 111011 0 1010110 1001011 111 101100000 1010110 110101

Color Harmonies of #EE213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE213B

Black with #EE213B

Text Example


Text Example

White with #EE213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE213B; }

 p { color: rgb(238,33,59); }

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

background-color css

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

 a { background-color: rgb(238,33,59); }

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

border-color css

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

 span { border-color: rgb(238,33,59); }

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