#EE3340

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

Shades of Alizarin #EE3340

Tints of Alizarin #EE3340

Color information

#EE3340 (or 0xEE3340) is unknown color: approx Alizarin. HEX triplet: EE, 33 and 40. RGB value is (238,51,64). Sum of RGB (Red+Green+Blue) = 238+51+64=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3340 is #11CCBF. Grayscale: #6C6C6C. Windows color (decimal): -1166528 or 4207598. OLE color: 4207598.

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

Color convert

RGB2385164-
CMYK00.790.730.07
HSL355.83º84.62%56.67%-
HSV(B)355.83º78.57%93.33%-
XYZ37.3720.916.92-
YUV108.4102.95220.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.42%
GREEN value IS 51 (20.31% from 255) = 14.45%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=67.42%
G=14.45%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238516400.790.730.07355.8384.6256.67
HexEE334004F4971645539
Octal356631000117111754412571
Binary1110111011001110000000100111110010011111011001001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3340; }

 p { color: rgb(238,51,64); }

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

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

 a { background-color: rgb(238,51,64); }

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

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

 span { border-color: rgb(238,51,64); }

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