Shades of Razzmatazz #E10152
Tints of Razzmatazz #E10152
RGB
CMYK
RGB Variations
Color information
#E10152 (or 0xE10152) is known color: Razzmatazz. HEX triplet: E1, 01 and 52. RGB value is (225,1,82). Sum of RGB (Red+Green+Blue) = 225+1+82=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E10152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10152 is #1EFEAD. Grayscale: #4D4D4D. Windows color (decimal): -2031278 or 5374433. OLE color: 5374433.
HSL color Cylindrical-coordinate representation of color #E10152: hue angle of 338.3º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10152 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 82 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.12 |
| HSL | 338.3º | 0.99% | 0.44% | - |
| HSV(B) | 338.3º | 1% | 0.88% | - |
| XYZ | 32.59 | 16.64 | 9.48 | - |
| YUV | 77.21 | 130.71 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 82 | 0 | 1.00 | 0.64 | 0.12 | 338.3 | 0.99 | 0.44 |
| Hex | E1 | 1 | 52 | 0 | 64 | 40 | C | 152 | 63 | 2C |
| Octal | 341 | 1 | 122 | 0 | 144 | 100 | 14 | 522 | 143 | 54 |
| Binary | 11100001 | 1 | 1010010 | 0 | 1100100 | 1000000 | 1100 | 101010010 | 1100011 | 101100 |
Color Harmonies of #E10152
Complementary color
Monochromatic Colors of #E10152
Black with #E10152
Text Example
Text Example
White with #E10152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10152; }
p { color: rgb(225,1,82); }
H1.HeaderClassName
{
color: #E10152;
}
.AnyTagClassName
{
color: #E10152;
}
</style>
background-color css
<style>
a { background-color: #E10152; }
a { background-color: rgb(225,1,82); }
div.DivClassName
{
background-color: #E10152;
}
.BgClassName
{
background-color: #E10152;
}
</style>
border-color css
<style>
span { border-color: #E10152; }
span { border-color: rgb(225,1,82); }
td.TdClassName
{
border-color: #E10152;
}
.TagClassName
{
border-color: #E10152;
}
</style>