Shades of Razzmatazz #EE015D
Tints of Razzmatazz #EE015D
RGB
CMYK
RGB Variations
Color information
#EE015D (or 0xEE015D) is known color: Razzmatazz. HEX triplet: EE, 01 and 5D. RGB value is (238,1,93). Sum of RGB (Red+Green+Blue) = 238+1+93=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE015D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE015D is #11FEA2. Grayscale: #525252. Windows color (decimal): -1179299 or 6095342. OLE color: 6095342.
HSL color Cylindrical-coordinate representation of color #EE015D: hue angle of 336.71º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE015D is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.07 |
| HSL | 336.71º | 0.99% | 0.47% | - |
| HSV(B) | 336.71º | 1% | 0.93% | - |
| XYZ | 37.25 | 18.99 | 12.06 | - |
| YUV | 82.35 | 134.02 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 93 | 0 | 1.00 | 0.61 | 0.07 | 336.71 | 0.99 | 0.47 |
| Hex | EE | 1 | 5D | 0 | 64 | 3D | 7 | 151 | 63 | 2F |
| Octal | 356 | 1 | 135 | 0 | 144 | 75 | 7 | 521 | 143 | 57 |
| Binary | 11101110 | 1 | 1011101 | 0 | 1100100 | 111101 | 111 | 101010001 | 1100011 | 101111 |
Color Harmonies of #EE015D
Complementary color
Monochromatic Colors of #EE015D
Black with #EE015D
Text Example
Text Example
White with #EE015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE015D; }
p { color: rgb(238,1,93); }
H1.HeaderClassName
{
color: #EE015D;
}
.AnyTagClassName
{
color: #EE015D;
}
</style>
background-color css
<style>
a { background-color: #EE015D; }
a { background-color: rgb(238,1,93); }
div.DivClassName
{
background-color: #EE015D;
}
.BgClassName
{
background-color: #EE015D;
}
</style>
border-color css
<style>
span { border-color: #EE015D; }
span { border-color: rgb(238,1,93); }
td.TdClassName
{
border-color: #EE015D;
}
.TagClassName
{
border-color: #EE015D;
}
</style>