Shades of Razzmatazz #EE0258
Tints of Razzmatazz #EE0258
RGB
CMYK
RGB Variations
Color information
#EE0258 (or 0xEE0258) is known color: Razzmatazz. HEX triplet: EE, 02 and 58. RGB value is (238,2,88). Sum of RGB (Red+Green+Blue) = 238+2+88=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0258 is #11FDA7. Grayscale: #525252. Windows color (decimal): -1179048 or 5767918. OLE color: 5767918.
HSL color Cylindrical-coordinate representation of color #EE0258: hue angle of 338.14º 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 #EE0258 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.07 |
| HSL | 338.14º | 0.98% | 0.47% | - |
| HSV(B) | 338.14º | 0.99% | 0.93% | - |
| XYZ | 37.04 | 18.93 | 10.93 | - |
| YUV | 82.37 | 131.19 | 239.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 88 | 0 | 0.99 | 0.63 | 0.07 | 338.14 | 0.98 | 0.47 |
| Hex | EE | 2 | 58 | 0 | 63 | 3F | 7 | 152 | 62 | 2F |
| Octal | 356 | 2 | 130 | 0 | 143 | 77 | 7 | 522 | 142 | 57 |
| Binary | 11101110 | 10 | 1011000 | 0 | 1100011 | 111111 | 111 | 101010010 | 1100010 | 101111 |
Color Harmonies of #EE0258
Complementary color
Monochromatic Colors of #EE0258
Black with #EE0258
Text Example
Text Example
White with #EE0258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0258; }
p { color: rgb(238,2,88); }
H1.HeaderClassName
{
color: #EE0258;
}
.AnyTagClassName
{
color: #EE0258;
}
</style>
background-color css
<style>
a { background-color: #EE0258; }
a { background-color: rgb(238,2,88); }
div.DivClassName
{
background-color: #EE0258;
}
.BgClassName
{
background-color: #EE0258;
}
</style>
border-color css
<style>
span { border-color: #EE0258; }
span { border-color: rgb(238,2,88); }
td.TdClassName
{
border-color: #EE0258;
}
.TagClassName
{
border-color: #EE0258;
}
</style>