Shades of Razzmatazz #EE0366
Tints of Razzmatazz #EE0366
RGB
CMYK
RGB Variations
Color information
#EE0366 (or 0xEE0366) is known color: Razzmatazz. HEX triplet: EE, 03 and 66. RGB value is (238,3,102). Sum of RGB (Red+Green+Blue) = 238+3+102=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0366 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0366 is #11FC99. Grayscale: #545454. Windows color (decimal): -1178778 or 6685678. OLE color: 6685678.
HSL color Cylindrical-coordinate representation of color #EE0366: hue angle of 334.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0366 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 102 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.07 |
| HSL | 334.72º | 0.98% | 0.47% | - |
| HSV(B) | 334.72º | 0.99% | 0.93% | - |
| XYZ | 37.69 | 19.2 | 14.29 | - |
| YUV | 84.55 | 137.86 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 102 | 0 | 0.99 | 0.57 | 0.07 | 334.72 | 0.98 | 0.47 |
| Hex | EE | 3 | 66 | 0 | 63 | 39 | 7 | 14F | 62 | 2F |
| Octal | 356 | 3 | 146 | 0 | 143 | 71 | 7 | 517 | 142 | 57 |
| Binary | 11101110 | 11 | 1100110 | 0 | 1100011 | 111001 | 111 | 101001111 | 1100010 | 101111 |
Color Harmonies of #EE0366
Complementary color
Monochromatic Colors of #EE0366
Black with #EE0366
Text Example
Text Example
White with #EE0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0366; }
p { color: rgb(238,3,102); }
H1.HeaderClassName
{
color: #EE0366;
}
.AnyTagClassName
{
color: #EE0366;
}
</style>
background-color css
<style>
a { background-color: #EE0366; }
a { background-color: rgb(238,3,102); }
div.DivClassName
{
background-color: #EE0366;
}
.BgClassName
{
background-color: #EE0366;
}
</style>
border-color css
<style>
span { border-color: #EE0366; }
span { border-color: rgb(238,3,102); }
td.TdClassName
{
border-color: #EE0366;
}
.TagClassName
{
border-color: #EE0366;
}
</style>