Shades of Razzmatazz #EE016E
Tints of Razzmatazz #EE016E
RGB
CMYK
RGB Variations
Color information
#EE016E (or 0xEE016E) is known color: Razzmatazz. HEX triplet: EE, 01 and 6E. RGB value is (238,1,110). Sum of RGB (Red+Green+Blue) = 238+1+110=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE016E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE016E is #11FE91. Grayscale: #545454. Windows color (decimal): -1179282 or 7209454. OLE color: 7209454.
HSL color Cylindrical-coordinate representation of color #EE016E: hue angle of 332.41º 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 #EE016E is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 110 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.07 |
| HSL | 332.41º | 0.99% | 0.47% | - |
| HSV(B) | 332.41º | 1% | 0.93% | - |
| XYZ | 38.09 | 19.32 | 16.47 | - |
| YUV | 84.29 | 142.52 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 110 | 0 | 1.00 | 0.54 | 0.07 | 332.41 | 0.99 | 0.47 |
| Hex | EE | 1 | 6E | 0 | 64 | 36 | 7 | 14C | 63 | 2F |
| Octal | 356 | 1 | 156 | 0 | 144 | 66 | 7 | 514 | 143 | 57 |
| Binary | 11101110 | 1 | 1101110 | 0 | 1100100 | 110110 | 111 | 101001100 | 1100011 | 101111 |
Color Harmonies of #EE016E
Complementary color
Monochromatic Colors of #EE016E
Black with #EE016E
Text Example
Text Example
White with #EE016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE016E; }
p { color: rgb(238,1,110); }
H1.HeaderClassName
{
color: #EE016E;
}
.AnyTagClassName
{
color: #EE016E;
}
</style>
background-color css
<style>
a { background-color: #EE016E; }
a { background-color: rgb(238,1,110); }
div.DivClassName
{
background-color: #EE016E;
}
.BgClassName
{
background-color: #EE016E;
}
</style>
border-color css
<style>
span { border-color: #EE016E; }
span { border-color: rgb(238,1,110); }
td.TdClassName
{
border-color: #EE016E;
}
.TagClassName
{
border-color: #EE016E;
}
</style>