#EE353D

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

Shades of Alizarin #EE353D

Tints of Alizarin #EE353D

Color information

#EE353D (or 0xEE353D) is unknown color: approx Alizarin. HEX triplet: EE, 35 and 3D. RGB value is (238,53,61). Sum of RGB (Red+Green+Blue) = 238+53+61=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE353D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE353D is #11CAC2. Grayscale: #6D6D6D. Windows color (decimal): -1166019 or 4011502. OLE color: 4011502.

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

Color convert

RGB2385361-
CMYK00.780.740.07
HSL357.41º84.47%57.06%-
HSV(B)357.41º77.73%93.33%-
XYZ37.3821.066.51-
YUV109.23100.79219.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.61%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 61 (24.22% from 255) = 17.33%
R=67.61%
G=15.06%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238536100.780.740.07357.4184.4757.06
HexEE353D04E4A71655439
Octal35665750116112754512471
Binary111011101101011111010100111010010101111011001011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE353D; }

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

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

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

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

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

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

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

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