#EE2242

Color #EE2242 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #EE2242

Tints of Alizarin #EE2242

Color information

#EE2242 (or 0xEE2242) is unknown color: approx Alizarin. HEX triplet: EE, 22 and 42. RGB value is (238,34,66). Sum of RGB (Red+Green+Blue) = 238+34+66=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2242 is #11DDBD. Grayscale: #626262. Windows color (decimal): -1170878 or 4334318. OLE color: 4334318.

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

Color convert

RGB2383466-
CMYK00.860.720.07
HSL350.59º85.71%53.33%-
HSV(B)350.59º85.71%93.33%-
XYZ36.8219.717.02-
YUV98.64109.59227.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 70.41%
GREEN value IS 34 (13.67% from 255) = 10.06%
BLUE value IS 66 (26.17% from 255) = 19.53%
R=70.41%
G=10.06%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238346600.860.720.07350.5985.7153.33
HexEE224205648715f5635
Octal356421020126110753712665
Binary1110111010001010000100101011010010001111010111111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2242; }

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

 H1.HeaderClassName
 {
   color: #EE2242;
 }
 .AnyTagClassName
 {
   color: #EE2242;
 }
</style>
background-color css

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

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

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

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

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

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