Shades of Alizarin #EE3334
Tints of Alizarin #EE3334
RGB
CMYK
RGB Variations
Color information
#EE3334 (or 0xEE3334) is known color: 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
| RGB | 238 | 51 | 52 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.07 |
| HSL | 359.68º | 0.85% | 0.57% | - |
| HSV(B) | 359.68º | 0.79% | 0.93% | - |
| XYZ | 37.06 | 20.79 | 5.31 | - |
| YUV | 107.03 | 96.95 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 52 | 0 | 0.79 | 0.78 | 0.07 | 359.68 | 0.85 | 0.57 |
| Hex | EE | 33 | 34 | 0 | 4F | 4E | 7 | 168 | 55 | 39 |
| Octal | 356 | 63 | 64 | 0 | 117 | 116 | 7 | 550 | 125 | 71 |
| Binary | 11101110 | 110011 | 110100 | 0 | 1001111 | 1001110 | 111 | 101101000 | 1010101 | 111001 |
Color Harmonies of #EE3334
Complementary color
Monochromatic Colors of #EE3334
Black with #EE3334
Text Example
Text Example
White with #EE3334
Text Example
Text Example
HTML Codes & Css Web 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>