Html Css Color HEX #EE2142 Alizarin

📋 copy color: '#EE2142'

red 238 ◦ green 33 ◦ blue 66

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

Shades of Alizarin #EE2142

Tints of Alizarin #EE2142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 70.62%
G = 9.79%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EE2142 (or 0xEE2142) is known color: Alizarin. HEX triplet: EE, 21 and 42. RGB value is (238,33,66). Sum of RGB (Red+Green+Blue) = 238+33+66=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2142 is #11DEBD. Grayscale: #626262. Windows color (decimal): -1171134 or 4334062. OLE color: 4334062.

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

Color convert

RGB 238 33 66 -
CMYK 0 0.86 0.72 0.07
HSL 350.34º 0.86% 0.53% -
HSV(B) 350.34º 0.86% 0.93% -
XYZ 36.79 19.66 7.01 -
YUV 98.06 109.92 227.82 -
System Red Green Blue C M Y K H S L
Decimal 238 33 66 0 0.86 0.72 0.07 350.34 0.86 0.53
Hex EE 21 42 0 56 48 7 15E 56 35
Octal 356 41 102 0 126 110 7 536 126 65
Binary 11101110 100001 1000010 0 1010110 1001000 111 101011110 1010110 110101

Color Harmonies of #EE2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2142

Black with #EE2142

Text Example


Text Example

White with #EE2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2142; }

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

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

background-color css

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

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

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

border-color css

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

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

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