#EE1E3C

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

Shades of Alizarin #EE1E3C

Tints of Alizarin #EE1E3C

Color information

#EE1E3C (or 0xEE1E3C) is unknown color: approx Alizarin. HEX triplet: EE, 1E and 3C. RGB value is (238,30,60). Sum of RGB (Red+Green+Blue) = 238+30+60=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1E3C is #11E1C3. Grayscale: #5F5F5F. Windows color (decimal): -1171908 or 3940078. OLE color: 3940078.

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

Color convert

RGB2383060-
CMYK00.870.750.07
HSL351.35º85.95%52.55%-
HSV(B)351.35º87.39%93.33%-
XYZ36.5419.436.1-
YUV95.61107.91229.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 72.56%
GREEN value IS 30 (12.11% from 255) = 9.15%
BLUE value IS 60 (23.83% from 255) = 18.29%
R=72.56%
G=9.15%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238306000.870.750.07351.3585.9552.55
HexEE1E3C0574B715f5635
Octal35636740127113753712665
Binary11101110111101111000101011110010111111010111111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1E3C; }

 p { color: rgb(238,30,60); }

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

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

 a { background-color: rgb(238,30,60); }

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

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

 span { border-color: rgb(238,30,60); }

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