#EE3334

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

Shades of Alizarin #EE3334

Tints of Alizarin #EE3334

Color information

#EE3334 (or 0xEE3334) is unknown color: approx Alizarin. HEX triplet: EE, 33 and 34. RGB value is (238,51,52). Sum of RGB (Red+Green+Blue) = 238+51+52=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3334 is #11CCCB. Grayscale: #6B6B6B. Windows color (decimal): -1166540 or 3421166. OLE color: 3421166.

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

Color convert

RGB2385152-
CMYK00.790.780.07
HSL359.68º84.62%56.67%-
HSV(B)359.68º78.57%93.33%-
XYZ37.0620.795.31-
YUV107.0396.95221.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 69.79%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 52 (20.70% from 255) = 15.25%
R=69.79%
G=14.96%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238515200.790.780.07359.6884.6256.67
HexEE333404F4E71685539
Octal35663640117116755012571
Binary111011101100111101000100111110011101111011010001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3334; }

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

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

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

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

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

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

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

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