Shades of Razzmatazz #EE0D55
Tints of Razzmatazz #EE0D55
RGB
CMYK
RGB Variations
Color information
#EE0D55 (or 0xEE0D55) is known color: Razzmatazz. HEX triplet: EE, 0D and 55. RGB value is (238,13,85). Sum of RGB (Red+Green+Blue) = 238+13+85=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0D55 is #11F2AA. Grayscale: #585858. Windows color (decimal): -1176235 or 5574126. OLE color: 5574126.
HSL color Cylindrical-coordinate representation of color #EE0D55: hue angle of 340.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0D55 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 85 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.07 |
| HSL | 340.8º | 0.9% | 0.49% | - |
| HSV(B) | 340.8º | 0.95% | 0.93% | - |
| XYZ | 37.04 | 19.12 | 10.33 | - |
| YUV | 88.48 | 126.04 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 85 | 0 | 0.95 | 0.64 | 0.07 | 340.8 | 0.9 | 0.49 |
| Hex | EE | D | 55 | 0 | 5F | 40 | 7 | 155 | 5A | 31 |
| Octal | 356 | 15 | 125 | 0 | 137 | 100 | 7 | 525 | 132 | 61 |
| Binary | 11101110 | 1101 | 1010101 | 0 | 1011111 | 1000000 | 111 | 101010101 | 1011010 | 110001 |
Color Harmonies of #EE0D55
Complementary color
Monochromatic Colors of #EE0D55
Black with #EE0D55
Text Example
Text Example
White with #EE0D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0D55; }
p { color: rgb(238,13,85); }
H1.HeaderClassName
{
color: #EE0D55;
}
.AnyTagClassName
{
color: #EE0D55;
}
</style>
background-color css
<style>
a { background-color: #EE0D55; }
a { background-color: rgb(238,13,85); }
div.DivClassName
{
background-color: #EE0D55;
}
.BgClassName
{
background-color: #EE0D55;
}
</style>
border-color css
<style>
span { border-color: #EE0D55; }
span { border-color: rgb(238,13,85); }
td.TdClassName
{
border-color: #EE0D55;
}
.TagClassName
{
border-color: #EE0D55;
}
</style>