Shades of Razzmatazz #E1026D
Tints of Razzmatazz #E1026D
RGB
CMYK
RGB Variations
Color information
#E1026D (or 0xE1026D) is known color: Razzmatazz. HEX triplet: E1, 02 and 6D. RGB value is (225,2,109). Sum of RGB (Red+Green+Blue) = 225+2+109=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1026D is #1EFD92. Grayscale: #505050. Windows color (decimal): -2030995 or 7144161. OLE color: 7144161.
HSL color Cylindrical-coordinate representation of color #E1026D: hue angle of 331.21º 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 #E1026D is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.12 |
| HSL | 331.21º | 0.98% | 0.45% | - |
| HSV(B) | 331.21º | 0.99% | 0.88% | - |
| XYZ | 33.83 | 17.16 | 16 | - |
| YUV | 80.88 | 143.88 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 109 | 0 | 0.99 | 0.52 | 0.12 | 331.21 | 0.98 | 0.45 |
| Hex | E1 | 2 | 6D | 0 | 63 | 34 | C | 14B | 62 | 2D |
| Octal | 341 | 2 | 155 | 0 | 143 | 64 | 14 | 513 | 142 | 55 |
| Binary | 11100001 | 10 | 1101101 | 0 | 1100011 | 110100 | 1100 | 101001011 | 1100010 | 101101 |
Color Harmonies of #E1026D
Complementary color
Monochromatic Colors of #E1026D
Black with #E1026D
Text Example
Text Example
White with #E1026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1026D; }
p { color: rgb(225,2,109); }
H1.HeaderClassName
{
color: #E1026D;
}
.AnyTagClassName
{
color: #E1026D;
}
</style>
background-color css
<style>
a { background-color: #E1026D; }
a { background-color: rgb(225,2,109); }
div.DivClassName
{
background-color: #E1026D;
}
.BgClassName
{
background-color: #E1026D;
}
</style>
border-color css
<style>
span { border-color: #E1026D; }
span { border-color: rgb(225,2,109); }
td.TdClassName
{
border-color: #E1026D;
}
.TagClassName
{
border-color: #E1026D;
}
</style>