#EE353B

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

Shades of Alizarin #EE353B

Tints of Alizarin #EE353B

Color information

#EE353B (or 0xEE353B) is unknown color: approx Alizarin. HEX triplet: EE, 35 and 3B. RGB value is (238,53,59). Sum of RGB (Red+Green+Blue) = 238+53+59=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE353B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE353B is #11CAC4. Grayscale: #6D6D6D. Windows color (decimal): -1166021 or 3880430. OLE color: 3880430.

HSL color Cylindrical-coordinate representation of color #EE353B: hue angle of 358.05º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE353B is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB2385359-
CMYK00.780.750.07
HSL358.05º84.47%57.06%-
HSV(B)358.05º77.73%93.33%-
XYZ37.3221.046.23-
YUV10999.79220.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 68%
GREEN value IS 53 (21.09% from 255) = 15.14%
BLUE value IS 59 (23.44% from 255) = 16.86%
R=68%
G=15.14%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238535900.780.750.07358.0584.4757.06
HexEE353B04E4B71665439
Octal35665730116113754612471
Binary111011101101011110110100111010010111111011001101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE353B; }

 p { color: rgb(238,53,59); }

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

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

 a { background-color: rgb(238,53,59); }

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

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

 span { border-color: rgb(238,53,59); }

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