Shades of Razzmatazz #E6036F
Tints of Razzmatazz #E6036F
RGB
CMYK
RGB Variations
Color information
#E6036F (or 0xE6036F) is known color: Razzmatazz. HEX triplet: E6, 03 and 6F. RGB value is (230,3,111). Sum of RGB (Red+Green+Blue) = 230+3+111=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6036F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6036F is #19FC90. Grayscale: #525252. Windows color (decimal): -1703057 or 7275494. OLE color: 7275494.
HSL color Cylindrical-coordinate representation of color #E6036F: hue angle of 331.45º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6036F is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 111 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.10 |
| HSL | 331.45º | 0.97% | 0.46% | - |
| HSV(B) | 331.45º | 0.99% | 0.9% | - |
| XYZ | 35.53 | 18.04 | 16.65 | - |
| YUV | 83.19 | 143.71 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 111 | 0 | 0.99 | 0.52 | 0.10 | 331.45 | 0.97 | 0.46 |
| Hex | E6 | 3 | 6F | 0 | 63 | 34 | A | 14B | 61 | 2E |
| Octal | 346 | 3 | 157 | 0 | 143 | 64 | 12 | 513 | 141 | 56 |
| Binary | 11100110 | 11 | 1101111 | 0 | 1100011 | 110100 | 1010 | 101001011 | 1100001 | 101110 |
Color Harmonies of #E6036F
Complementary color
Monochromatic Colors of #E6036F
Black with #E6036F
Text Example
Text Example
White with #E6036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6036F; }
p { color: rgb(230,3,111); }
H1.HeaderClassName
{
color: #E6036F;
}
.AnyTagClassName
{
color: #E6036F;
}
</style>
background-color css
<style>
a { background-color: #E6036F; }
a { background-color: rgb(230,3,111); }
div.DivClassName
{
background-color: #E6036F;
}
.BgClassName
{
background-color: #E6036F;
}
</style>
border-color css
<style>
span { border-color: #E6036F; }
span { border-color: rgb(230,3,111); }
td.TdClassName
{
border-color: #E6036F;
}
.TagClassName
{
border-color: #E6036F;
}
</style>