Shades of Razzmatazz #EE0D4A
Tints of Razzmatazz #EE0D4A
RGB
CMYK
RGB Variations
Color information
#EE0D4A (or 0xEE0D4A) is known color: Razzmatazz. HEX triplet: EE, 0D and 4A. RGB value is (238,13,74). Sum of RGB (Red+Green+Blue) = 238+13+74=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0D4A is #11F2B5. Grayscale: #575757. Windows color (decimal): -1176246 or 4853230. OLE color: 4853230.
HSL color Cylindrical-coordinate representation of color #EE0D4A: hue angle of 343.73º 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 #EE0D4A is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 74 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.07 |
| HSL | 343.73º | 0.9% | 0.49% | - |
| HSV(B) | 343.73º | 0.95% | 0.93% | - |
| XYZ | 36.64 | 18.96 | 8.21 | - |
| YUV | 87.23 | 120.54 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 74 | 0 | 0.95 | 0.69 | 0.07 | 343.73 | 0.9 | 0.49 |
| Hex | EE | D | 4A | 0 | 5F | 45 | 7 | 158 | 5A | 31 |
| Octal | 356 | 15 | 112 | 0 | 137 | 105 | 7 | 530 | 132 | 61 |
| Binary | 11101110 | 1101 | 1001010 | 0 | 1011111 | 1000101 | 111 | 101011000 | 1011010 | 110001 |
Color Harmonies of #EE0D4A
Complementary color
Monochromatic Colors of #EE0D4A
Black with #EE0D4A
Text Example
Text Example
White with #EE0D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0D4A; }
p { color: rgb(238,13,74); }
H1.HeaderClassName
{
color: #EE0D4A;
}
.AnyTagClassName
{
color: #EE0D4A;
}
</style>
background-color css
<style>
a { background-color: #EE0D4A; }
a { background-color: rgb(238,13,74); }
div.DivClassName
{
background-color: #EE0D4A;
}
.BgClassName
{
background-color: #EE0D4A;
}
</style>
border-color css
<style>
span { border-color: #EE0D4A; }
span { border-color: rgb(238,13,74); }
td.TdClassName
{
border-color: #EE0D4A;
}
.TagClassName
{
border-color: #EE0D4A;
}
</style>