Shades of Razzmatazz #EE014E
Tints of Razzmatazz #EE014E
RGB
CMYK
RGB Variations
Color information
#EE014E (or 0xEE014E) is known color: Razzmatazz. HEX triplet: EE, 01 and 4E. RGB value is (238,1,78). Sum of RGB (Red+Green+Blue) = 238+1+78=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE014E is #11FEB1. Grayscale: #505050. Windows color (decimal): -1179314 or 5112302. OLE color: 5112302.
HSL color Cylindrical-coordinate representation of color #EE014E: hue angle of 340.51º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE014E is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.07 |
| HSL | 340.51º | 0.99% | 0.47% | - |
| HSV(B) | 340.51º | 1% | 0.93% | - |
| XYZ | 36.65 | 18.75 | 8.9 | - |
| YUV | 80.64 | 126.52 | 240.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 78 | 0 | 1.00 | 0.67 | 0.07 | 340.51 | 0.99 | 0.47 |
| Hex | EE | 1 | 4E | 0 | 64 | 43 | 7 | 155 | 63 | 2F |
| Octal | 356 | 1 | 116 | 0 | 144 | 103 | 7 | 525 | 143 | 57 |
| Binary | 11101110 | 1 | 1001110 | 0 | 1100100 | 1000011 | 111 | 101010101 | 1100011 | 101111 |
Color Harmonies of #EE014E
Complementary color
Monochromatic Colors of #EE014E
Black with #EE014E
Text Example
Text Example
White with #EE014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE014E; }
p { color: rgb(238,1,78); }
H1.HeaderClassName
{
color: #EE014E;
}
.AnyTagClassName
{
color: #EE014E;
}
</style>
background-color css
<style>
a { background-color: #EE014E; }
a { background-color: rgb(238,1,78); }
div.DivClassName
{
background-color: #EE014E;
}
.BgClassName
{
background-color: #EE014E;
}
</style>
border-color css
<style>
span { border-color: #EE014E; }
span { border-color: rgb(238,1,78); }
td.TdClassName
{
border-color: #EE014E;
}
.TagClassName
{
border-color: #EE014E;
}
</style>