#EE373B

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

Shades of Alizarin #EE373B

Tints of Alizarin #EE373B

Color information

#EE373B (or 0xEE373B) is unknown color: approx Alizarin. HEX triplet: EE, 37 and 3B. RGB value is (238,55,59). Sum of RGB (Red+Green+Blue) = 238+55+59=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE373B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE373B is #11C8C4. Grayscale: #6E6E6E. Windows color (decimal): -1165509 or 3880942. OLE color: 3880942.

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

Color convert

RGB2385559-
CMYK00.770.750.07
HSL358.69º84.33%57.45%-
HSV(B)358.69º76.89%93.33%-
XYZ37.4221.236.26-
YUV110.1799.13219.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.61%
GREEN value IS 55 (21.88% from 255) = 15.62%
BLUE value IS 59 (23.44% from 255) = 16.76%
R=67.61%
G=15.62%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238555900.770.750.07358.6984.3357.45
HexEE373B04D4B71675439
Octal35667730115113754712471
Binary111011101101111110110100110110010111111011001111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE373B; }

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

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

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

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

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

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

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

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