Shades of Razzmatazz #E10461
Tints of Razzmatazz #E10461
RGB
CMYK
RGB Variations
Color information
#E10461 (or 0xE10461) is known color: Razzmatazz. HEX triplet: E1, 04 and 61. RGB value is (225,4,97). Sum of RGB (Red+Green+Blue) = 225+4+97=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E10461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10461 is #1EFB9E. Grayscale: #505050. Windows color (decimal): -2030495 or 6358241. OLE color: 6358241.
HSL color Cylindrical-coordinate representation of color #E10461: hue angle of 334.75º degrees, saturation: 0.97, 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 #E10461 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.12 |
| HSL | 334.75º | 0.97% | 0.45% | - |
| HSV(B) | 334.75º | 0.98% | 0.88% | - |
| XYZ | 33.25 | 16.96 | 12.83 | - |
| YUV | 80.68 | 137.22 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 97 | 0 | 0.98 | 0.57 | 0.12 | 334.75 | 0.97 | 0.45 |
| Hex | E1 | 4 | 61 | 0 | 62 | 39 | C | 14F | 61 | 2D |
| Octal | 341 | 4 | 141 | 0 | 142 | 71 | 14 | 517 | 141 | 55 |
| Binary | 11100001 | 100 | 1100001 | 0 | 1100010 | 111001 | 1100 | 101001111 | 1100001 | 101101 |
Color Harmonies of #E10461
Complementary color
Monochromatic Colors of #E10461
Black with #E10461
Text Example
Text Example
White with #E10461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10461; }
p { color: rgb(225,4,97); }
H1.HeaderClassName
{
color: #E10461;
}
.AnyTagClassName
{
color: #E10461;
}
</style>
background-color css
<style>
a { background-color: #E10461; }
a { background-color: rgb(225,4,97); }
div.DivClassName
{
background-color: #E10461;
}
.BgClassName
{
background-color: #E10461;
}
</style>
border-color css
<style>
span { border-color: #E10461; }
span { border-color: rgb(225,4,97); }
td.TdClassName
{
border-color: #E10461;
}
.TagClassName
{
border-color: #E10461;
}
</style>