Shades of Razzmatazz #E6017B
Tints of Razzmatazz #E6017B
RGB
CMYK
RGB Variations
Color information
#E6017B (or 0xE6017B) is known color: Razzmatazz. HEX triplet: E6, 01 and 7B. RGB value is (230,1,123). Sum of RGB (Red+Green+Blue) = 230+1+123=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E6017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6017B is #19FE84. Grayscale: #535353. Windows color (decimal): -1703557 or 8061414. OLE color: 8061414.
HSL color Cylindrical-coordinate representation of color #E6017B: hue angle of 328.03º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6017B is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.10 |
| HSL | 328.03º | 0.99% | 0.45% | - |
| HSV(B) | 328.03º | 1% | 0.9% | - |
| XYZ | 36.22 | 18.27 | 20.36 | - |
| YUV | 83.38 | 150.37 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 123 | 0 | 1.00 | 0.47 | 0.10 | 328.03 | 0.99 | 0.45 |
| Hex | E6 | 1 | 7B | 0 | 64 | 2F | A | 148 | 63 | 2D |
| Octal | 346 | 1 | 173 | 0 | 144 | 57 | 12 | 510 | 143 | 55 |
| Binary | 11100110 | 1 | 1111011 | 0 | 1100100 | 101111 | 1010 | 101001000 | 1100011 | 101101 |
Color Harmonies of #E6017B
Complementary color
Monochromatic Colors of #E6017B
Black with #E6017B
Text Example
Text Example
White with #E6017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6017B; }
p { color: rgb(230,1,123); }
H1.HeaderClassName
{
color: #E6017B;
}
.AnyTagClassName
{
color: #E6017B;
}
</style>
background-color css
<style>
a { background-color: #E6017B; }
a { background-color: rgb(230,1,123); }
div.DivClassName
{
background-color: #E6017B;
}
.BgClassName
{
background-color: #E6017B;
}
</style>
border-color css
<style>
span { border-color: #E6017B; }
span { border-color: rgb(230,1,123); }
td.TdClassName
{
border-color: #E6017B;
}
.TagClassName
{
border-color: #E6017B;
}
</style>