Shades of Razzmatazz #E50266
Tints of Razzmatazz #E50266
RGB
CMYK
RGB Variations
Color information
#E50266 (or 0xE50266) is known color: Razzmatazz. HEX triplet: E5, 02 and 66. RGB value is (229,2,102). Sum of RGB (Red+Green+Blue) = 229+2+102=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E50266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50266 is #1AFD99. Grayscale: #515151. Windows color (decimal): -1768858 or 6685413. OLE color: 6685413.
HSL color Cylindrical-coordinate representation of color #E50266: hue angle of 333.57º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50266 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.10 |
| HSL | 333.57º | 0.98% | 0.45% | - |
| HSV(B) | 333.57º | 0.99% | 0.9% | - |
| XYZ | 34.73 | 17.66 | 14.15 | - |
| YUV | 81.27 | 139.71 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 102 | 0 | 0.99 | 0.55 | 0.10 | 333.57 | 0.98 | 0.45 |
| Hex | E5 | 2 | 66 | 0 | 63 | 37 | A | 14E | 62 | 2D |
| Octal | 345 | 2 | 146 | 0 | 143 | 67 | 12 | 516 | 142 | 55 |
| Binary | 11100101 | 10 | 1100110 | 0 | 1100011 | 110111 | 1010 | 101001110 | 1100010 | 101101 |
Color Harmonies of #E50266
Complementary color
Monochromatic Colors of #E50266
Black with #E50266
Text Example
Text Example
White with #E50266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50266; }
p { color: rgb(229,2,102); }
H1.HeaderClassName
{
color: #E50266;
}
.AnyTagClassName
{
color: #E50266;
}
</style>
background-color css
<style>
a { background-color: #E50266; }
a { background-color: rgb(229,2,102); }
div.DivClassName
{
background-color: #E50266;
}
.BgClassName
{
background-color: #E50266;
}
</style>
border-color css
<style>
span { border-color: #E50266; }
span { border-color: rgb(229,2,102); }
td.TdClassName
{
border-color: #E50266;
}
.TagClassName
{
border-color: #E50266;
}
</style>