Html Css Color HEX #EE2034 Alizarin

📋 copy color: '#EE2034'

red 238 ◦ green 32 ◦ blue 52

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

Shades of Alizarin #EE2034

Tints of Alizarin #EE2034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.94%

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 73.91%
G = 9.94%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EE2034 (or 0xEE2034) is known color: Alizarin. HEX triplet: EE, 20 and 34. RGB value is (238,32,52). Sum of RGB (Red+Green+Blue) = 238+32+52=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2034 is #11DFCB. Grayscale: #5F5F5F. Windows color (decimal): -1171404 or 3416302. OLE color: 3416302.

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

Color convert

RGB 238 32 52 -
CMYK 0 0.87 0.78 0.07
HSL 354.17º 0.86% 0.53% -
HSV(B) 354.17º 0.87% 0.93% -
XYZ 36.4 19.46 5.09 -
YUV 95.87 103.25 229.37 -
System Red Green Blue C M Y K H S L
Decimal 238 32 52 0 0.87 0.78 0.07 354.17 0.86 0.53
Hex EE 20 34 0 57 4E 7 162 56 35
Octal 356 40 64 0 127 116 7 542 126 65
Binary 11101110 100000 110100 0 1010111 1001110 111 101100010 1010110 110101

Color Harmonies of #EE2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2034

Black with #EE2034

Text Example


Text Example

White with #EE2034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2034; }

 p { color: rgb(238,32,52); }

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

background-color css

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

 a { background-color: rgb(238,32,52); }

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

border-color css

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

 span { border-color: rgb(238,32,52); }

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