#EE3C40

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

Shades of Alizarin #EE3C40

Tints of Alizarin #EE3C40

Color information

#EE3C40 (or 0xEE3C40) is unknown color: approx Alizarin. HEX triplet: EE, 3C and 40. RGB value is (238,60,64). Sum of RGB (Red+Green+Blue) = 238+60+64=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3C40 is #11C3BF. Grayscale: #717171. Windows color (decimal): -1164224 or 4209902. OLE color: 4209902.

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

Color convert

RGB2386064-
CMYK00.750.730.07
HSL358.65º83.96%58.43%-
HSV(B)358.65º74.79%93.33%-
XYZ37.821.787.06-
YUV113.6899.97216.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 65.75%
GREEN value IS 60 (23.83% from 255) = 16.57%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=65.75%
G=16.57%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238606400.750.730.07358.6583.9658.43
HexEE3C4004B497167543a
Octal356741000113111754712472
Binary1110111011110010000000100101110010011111011001111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3C40; }

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

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

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

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

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

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

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

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