Shades of Razzmatazz #EE0D4E
Tints of Razzmatazz #EE0D4E
RGB
CMYK
RGB Variations
Color information
#EE0D4E (or 0xEE0D4E) is known color: Razzmatazz. HEX triplet: EE, 0D and 4E. RGB value is (238,13,78). Sum of RGB (Red+Green+Blue) = 238+13+78=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0D4E is #11F2B1. Grayscale: #575757. Windows color (decimal): -1176242 or 5115374. OLE color: 5115374.
HSL color Cylindrical-coordinate representation of color #EE0D4E: hue angle of 342.67º 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 #EE0D4E is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 78 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.07 |
| HSL | 342.67º | 0.9% | 0.49% | - |
| HSV(B) | 342.67º | 0.95% | 0.93% | - |
| XYZ | 36.78 | 19.02 | 8.94 | - |
| YUV | 87.69 | 122.54 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 78 | 0 | 0.95 | 0.67 | 0.07 | 342.67 | 0.9 | 0.49 |
| Hex | EE | D | 4E | 0 | 5F | 43 | 7 | 157 | 5A | 31 |
| Octal | 356 | 15 | 116 | 0 | 137 | 103 | 7 | 527 | 132 | 61 |
| Binary | 11101110 | 1101 | 1001110 | 0 | 1011111 | 1000011 | 111 | 101010111 | 1011010 | 110001 |
Color Harmonies of #EE0D4E
Complementary color
Monochromatic Colors of #EE0D4E
Black with #EE0D4E
Text Example
Text Example
White with #EE0D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0D4E; }
p { color: rgb(238,13,78); }
H1.HeaderClassName
{
color: #EE0D4E;
}
.AnyTagClassName
{
color: #EE0D4E;
}
</style>
background-color css
<style>
a { background-color: #EE0D4E; }
a { background-color: rgb(238,13,78); }
div.DivClassName
{
background-color: #EE0D4E;
}
.BgClassName
{
background-color: #EE0D4E;
}
</style>
border-color css
<style>
span { border-color: #EE0D4E; }
span { border-color: rgb(238,13,78); }
td.TdClassName
{
border-color: #EE0D4E;
}
.TagClassName
{
border-color: #EE0D4E;
}
</style>