Shades of Razzmatazz #E1026B
Tints of Razzmatazz #E1026B
RGB
CMYK
RGB Variations
Color information
#E1026B (or 0xE1026B) is known color: Razzmatazz. HEX triplet: E1, 02 and 6B. RGB value is (225,2,107). Sum of RGB (Red+Green+Blue) = 225+2+107=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E1026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1026B is #1EFD94. Grayscale: #505050. Windows color (decimal): -2030997 or 7013089. OLE color: 7013089.
HSL color Cylindrical-coordinate representation of color #E1026B: hue angle of 331.75º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1026B is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.12 |
| HSL | 331.75º | 0.98% | 0.45% | - |
| HSV(B) | 331.75º | 0.99% | 0.88% | - |
| XYZ | 33.73 | 17.11 | 15.44 | - |
| YUV | 80.65 | 142.88 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 107 | 0 | 0.99 | 0.52 | 0.12 | 331.75 | 0.98 | 0.45 |
| Hex | E1 | 2 | 6B | 0 | 63 | 34 | C | 14C | 62 | 2D |
| Octal | 341 | 2 | 153 | 0 | 143 | 64 | 14 | 514 | 142 | 55 |
| Binary | 11100001 | 10 | 1101011 | 0 | 1100011 | 110100 | 1100 | 101001100 | 1100010 | 101101 |
Color Harmonies of #E1026B
Complementary color
Monochromatic Colors of #E1026B
Black with #E1026B
Text Example
Text Example
White with #E1026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1026B; }
p { color: rgb(225,2,107); }
H1.HeaderClassName
{
color: #E1026B;
}
.AnyTagClassName
{
color: #E1026B;
}
</style>
background-color css
<style>
a { background-color: #E1026B; }
a { background-color: rgb(225,2,107); }
div.DivClassName
{
background-color: #E1026B;
}
.BgClassName
{
background-color: #E1026B;
}
</style>
border-color css
<style>
span { border-color: #E1026B; }
span { border-color: rgb(225,2,107); }
td.TdClassName
{
border-color: #E1026B;
}
.TagClassName
{
border-color: #E1026B;
}
</style>