Shades of Razzmatazz #EE0377
Tints of Razzmatazz #EE0377
RGB
CMYK
RGB Variations
Color information
#EE0377 (or 0xEE0377) is known color: Razzmatazz. HEX triplet: EE, 03 and 77. RGB value is (238,3,119). Sum of RGB (Red+Green+Blue) = 238+3+119=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0377 is #11FC88. Grayscale: #565656. Windows color (decimal): -1178761 or 7799790. OLE color: 7799790.
HSL color Cylindrical-coordinate representation of color #EE0377: hue angle of 330.38º 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 #EE0377 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 119 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.07 |
| HSL | 330.38º | 0.98% | 0.47% | - |
| HSV(B) | 330.38º | 0.99% | 0.93% | - |
| XYZ | 38.62 | 19.57 | 19.2 | - |
| YUV | 86.49 | 146.36 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 119 | 0 | 0.99 | 0.50 | 0.07 | 330.38 | 0.98 | 0.47 |
| Hex | EE | 3 | 77 | 0 | 63 | 32 | 7 | 14A | 62 | 2F |
| Octal | 356 | 3 | 167 | 0 | 143 | 62 | 7 | 512 | 142 | 57 |
| Binary | 11101110 | 11 | 1110111 | 0 | 1100011 | 110010 | 111 | 101001010 | 1100010 | 101111 |
Color Harmonies of #EE0377
Complementary color
Monochromatic Colors of #EE0377
Black with #EE0377
Text Example
Text Example
White with #EE0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0377; }
p { color: rgb(238,3,119); }
H1.HeaderClassName
{
color: #EE0377;
}
.AnyTagClassName
{
color: #EE0377;
}
</style>
background-color css
<style>
a { background-color: #EE0377; }
a { background-color: rgb(238,3,119); }
div.DivClassName
{
background-color: #EE0377;
}
.BgClassName
{
background-color: #EE0377;
}
</style>
border-color css
<style>
span { border-color: #EE0377; }
span { border-color: rgb(238,3,119); }
td.TdClassName
{
border-color: #EE0377;
}
.TagClassName
{
border-color: #EE0377;
}
</style>