#EE3441

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

Shades of Alizarin #EE3441

Tints of Alizarin #EE3441

Color information

#EE3441 (or 0xEE3441) is unknown color: approx Alizarin. HEX triplet: EE, 34 and 41. RGB value is (238,52,65). Sum of RGB (Red+Green+Blue) = 238+52+65=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3441 is #11CBBE. Grayscale: #6D6D6D. Windows color (decimal): -1166271 or 4273390. OLE color: 4273390.

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

Color convert

RGB2385265-
CMYK00.780.730.07
HSL355.81º84.55%56.86%-
HSV(B)355.81º78.15%93.33%-
XYZ37.4421.017.08-
YUV109.1103.12219.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.04%
GREEN value IS 52 (20.70% from 255) = 14.65%
BLUE value IS 65 (25.78% from 255) = 18.31%
R=67.04%
G=14.65%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238526500.780.730.07355.8184.5556.86
HexEE344104E4971645539
Octal356641010116111754412571
Binary1110111011010010000010100111010010011111011001001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3441; }

 p { color: rgb(238,52,65); }

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

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

 a { background-color: rgb(238,52,65); }

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

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

 span { border-color: rgb(238,52,65); }

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