Html Css Color HEX #EE213A Alizarin

📋 copy color: '#EE213A'

red 238 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #EE213A

Tints of Alizarin #EE213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 72.34%
G = 10.03%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EE213A (or 0xEE213A) is known color: Alizarin. HEX triplet: EE, 21 and 3A. RGB value is (238,33,58). Sum of RGB (Red+Green+Blue) = 238+33+58=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE213A is #11DEC5. Grayscale: #616161. Windows color (decimal): -1171142 or 3809774. OLE color: 3809774.

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

Color convert

RGB 238 33 58 -
CMYK 0 0.86 0.76 0.07
HSL 352.68º 0.86% 0.53% -
HSV(B) 352.68º 0.86% 0.93% -
XYZ 36.57 19.57 5.85 -
YUV 97.15 105.92 228.47 -
System Red Green Blue C M Y K H S L
Decimal 238 33 58 0 0.86 0.76 0.07 352.68 0.86 0.53
Hex EE 21 3A 0 56 4C 7 161 56 35
Octal 356 41 72 0 126 114 7 541 126 65
Binary 11101110 100001 111010 0 1010110 1001100 111 101100001 1010110 110101

Color Harmonies of #EE213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE213A

Black with #EE213A

Text Example


Text Example

White with #EE213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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