Shades of Razzmatazz #EE165A
Tints of Razzmatazz #EE165A
RGB
CMYK
RGB Variations
Color information
#EE165A (or 0xEE165A) is known color: Razzmatazz. HEX triplet: EE, 16 and 5A. RGB value is (238,22,90). Sum of RGB (Red+Green+Blue) = 238+22+90=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE165A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE165A is #11E9A5. Grayscale: #5E5E5E. Windows color (decimal): -1173926 or 5904110. OLE color: 5904110.
HSL color Cylindrical-coordinate representation of color #EE165A: hue angle of 341.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE165A is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 90 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.07 |
| HSL | 341.11º | 0.86% | 0.51% | - |
| HSV(B) | 341.11º | 0.91% | 0.93% | - |
| XYZ | 37.39 | 19.49 | 11.46 | - |
| YUV | 94.34 | 125.56 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 90 | 0 | 0.91 | 0.62 | 0.07 | 341.11 | 0.86 | 0.51 |
| Hex | EE | 16 | 5A | 0 | 5B | 3E | 7 | 155 | 56 | 33 |
| Octal | 356 | 26 | 132 | 0 | 133 | 76 | 7 | 525 | 126 | 63 |
| Binary | 11101110 | 10110 | 1011010 | 0 | 1011011 | 111110 | 111 | 101010101 | 1010110 | 110011 |
Color Harmonies of #EE165A
Complementary color
Monochromatic Colors of #EE165A
Black with #EE165A
Text Example
Text Example
White with #EE165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE165A; }
p { color: rgb(238,22,90); }
H1.HeaderClassName
{
color: #EE165A;
}
.AnyTagClassName
{
color: #EE165A;
}
</style>
background-color css
<style>
a { background-color: #EE165A; }
a { background-color: rgb(238,22,90); }
div.DivClassName
{
background-color: #EE165A;
}
.BgClassName
{
background-color: #EE165A;
}
</style>
border-color css
<style>
span { border-color: #EE165A; }
span { border-color: rgb(238,22,90); }
td.TdClassName
{
border-color: #EE165A;
}
.TagClassName
{
border-color: #EE165A;
}
</style>