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