Shades of Razzmatazz #EE0455
Tints of Razzmatazz #EE0455
RGB
CMYK
RGB Variations
Color information
#EE0455 (or 0xEE0455) is known color: Razzmatazz. HEX triplet: EE, 04 and 55. RGB value is (238,4,85). Sum of RGB (Red+Green+Blue) = 238+4+85=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0455 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0455 is #11FBAA. Grayscale: #535353. Windows color (decimal): -1178539 or 5571822. OLE color: 5571822.
HSL color Cylindrical-coordinate representation of color #EE0455: hue angle of 339.23º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0455 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 85 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.07 |
| HSL | 339.23º | 0.97% | 0.47% | - |
| HSV(B) | 339.23º | 0.98% | 0.93% | - |
| XYZ | 36.94 | 18.92 | 10.3 | - |
| YUV | 83.2 | 129.02 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 85 | 0 | 0.98 | 0.64 | 0.07 | 339.23 | 0.97 | 0.47 |
| Hex | EE | 4 | 55 | 0 | 62 | 40 | 7 | 153 | 61 | 2F |
| Octal | 356 | 4 | 125 | 0 | 142 | 100 | 7 | 523 | 141 | 57 |
| Binary | 11101110 | 100 | 1010101 | 0 | 1100010 | 1000000 | 111 | 101010011 | 1100001 | 101111 |
Color Harmonies of #EE0455
Complementary color
Monochromatic Colors of #EE0455
Black with #EE0455
Text Example
Text Example
White with #EE0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0455; }
p { color: rgb(238,4,85); }
H1.HeaderClassName
{
color: #EE0455;
}
.AnyTagClassName
{
color: #EE0455;
}
</style>
background-color css
<style>
a { background-color: #EE0455; }
a { background-color: rgb(238,4,85); }
div.DivClassName
{
background-color: #EE0455;
}
.BgClassName
{
background-color: #EE0455;
}
</style>
border-color css
<style>
span { border-color: #EE0455; }
span { border-color: rgb(238,4,85); }
td.TdClassName
{
border-color: #EE0455;
}
.TagClassName
{
border-color: #EE0455;
}
</style>