Shades of Razzmatazz #E1054E
Tints of Razzmatazz #E1054E
RGB
CMYK
RGB Variations
Color information
#E1054E (or 0xE1054E) is known color: Razzmatazz. HEX triplet: E1, 05 and 4E. RGB value is (225,5,78). Sum of RGB (Red+Green+Blue) = 225+5+78=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E1054E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1054E is #1EFAB1. Grayscale: #4F4F4F. Windows color (decimal): -2030258 or 5113313. OLE color: 5113313.
HSL color Cylindrical-coordinate representation of color #E1054E: hue angle of 340.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1054E is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 78 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.12 |
| HSL | 340.09º | 0.96% | 0.45% | - |
| HSV(B) | 340.09º | 0.98% | 0.88% | - |
| XYZ | 32.48 | 16.67 | 8.71 | - |
| YUV | 79.1 | 127.39 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 78 | 0 | 0.98 | 0.65 | 0.12 | 340.09 | 0.96 | 0.45 |
| Hex | E1 | 5 | 4E | 0 | 62 | 41 | C | 154 | 60 | 2D |
| Octal | 341 | 5 | 116 | 0 | 142 | 101 | 14 | 524 | 140 | 55 |
| Binary | 11100001 | 101 | 1001110 | 0 | 1100010 | 1000001 | 1100 | 101010100 | 1100000 | 101101 |
Color Harmonies of #E1054E
Complementary color
Monochromatic Colors of #E1054E
Black with #E1054E
Text Example
Text Example
White with #E1054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1054E; }
p { color: rgb(225,5,78); }
H1.HeaderClassName
{
color: #E1054E;
}
.AnyTagClassName
{
color: #E1054E;
}
</style>
background-color css
<style>
a { background-color: #E1054E; }
a { background-color: rgb(225,5,78); }
div.DivClassName
{
background-color: #E1054E;
}
.BgClassName
{
background-color: #E1054E;
}
</style>
border-color css
<style>
span { border-color: #E1054E; }
span { border-color: rgb(225,5,78); }
td.TdClassName
{
border-color: #E1054E;
}
.TagClassName
{
border-color: #E1054E;
}
</style>