Html Css Color HEX #EE2133 Alizarin

📋 copy color: '#EE2133'

red 238 ◦ green 33 ◦ blue 51

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

Shades of Alizarin #EE2133

Tints of Alizarin #EE2133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.84%

R = 73.91%
G = 10.25%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EE2133 (or 0xEE2133) is known color: Alizarin. HEX triplet: EE, 21 and 33. RGB value is (238,33,51). Sum of RGB (Red+Green+Blue) = 238+33+51=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2133 is #11DECC. Grayscale: #606060. Windows color (decimal): -1171149 or 3351022. OLE color: 3351022.

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

Color convert

RGB 238 33 51 -
CMYK 0 0.86 0.79 0.07
HSL 354.73º 0.86% 0.53% -
HSV(B) 354.73º 0.86% 0.93% -
XYZ 36.4 19.5 4.98 -
YUV 96.35 102.42 229.04 -
System Red Green Blue C M Y K H S L
Decimal 238 33 51 0 0.86 0.79 0.07 354.73 0.86 0.53
Hex EE 21 33 0 56 4F 7 163 56 35
Octal 356 41 63 0 126 117 7 543 126 65
Binary 11101110 100001 110011 0 1010110 1001111 111 101100011 1010110 110101

Color Harmonies of #EE2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2133

Black with #EE2133

Text Example


Text Example

White with #EE2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2133; }

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

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

background-color css

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

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

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

border-color css

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

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

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