#EE2134

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

Shades of Alizarin #EE2134

Tints of Alizarin #EE2134

Color information

#EE2134 (or 0xEE2134) is unknown color: approx Alizarin. HEX triplet: EE, 21 and 34. RGB value is (238,33,52). Sum of RGB (Red+Green+Blue) = 238+33+52=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2134 is #11DECB. Grayscale: #606060. Windows color (decimal): -1171148 or 3416558. OLE color: 3416558.

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

Color convert

RGB2383352-
CMYK00.860.780.07
HSL354.44º85.77%53.14%-
HSV(B)354.44º86.13%93.33%-
XYZ36.4219.515.1-
YUV96.46102.92228.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 73.68%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=73.68%
G=10.22%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238335200.860.780.07354.4485.7753.14
HexEE21340564E71625635
Octal35641640126116754212665
Binary111011101000011101000101011010011101111011000101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2134; }

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

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

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

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

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

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

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

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