Shades of Razzle Dazzle Rose #E128D5
Tints of Razzle Dazzle Rose #E128D5
RGB
CMYK
RGB Variations
Color information
#E128D5 (or 0xE128D5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and D5. RGB value is (225,40,213). Sum of RGB (Red+Green+Blue) = 225+40+213=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E128D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128D5 is #1ED72A. Grayscale: #727272. Windows color (decimal): -2021163 or 13969633. OLE color: 13969633.
HSL color Cylindrical-coordinate representation of color #E128D5: hue angle of 303.89º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E128D5 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 213 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.12 |
| HSL | 303.89º | 0.76% | 0.52% | - |
| HSV(B) | 303.89º | 0.82% | 0.88% | - |
| XYZ | 43.82 | 22.33 | 64.95 | - |
| YUV | 115.04 | 183.29 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 213 | 0 | 0.82 | 0.05 | 0.12 | 303.89 | 0.76 | 0.52 |
| Hex | E1 | 28 | D5 | 0 | 52 | 5 | C | 130 | 4C | 34 |
| Octal | 341 | 50 | 325 | 0 | 122 | 5 | 14 | 460 | 114 | 64 |
| Binary | 11100001 | 101000 | 11010101 | 0 | 1010010 | 101 | 1100 | 100110000 | 1001100 | 110100 |
Color Harmonies of #E128D5
Complementary color
Monochromatic Colors of #E128D5
Black with #E128D5
Text Example
Text Example
White with #E128D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128D5; }
p { color: rgb(225,40,213); }
H1.HeaderClassName
{
color: #E128D5;
}
.AnyTagClassName
{
color: #E128D5;
}
</style>
background-color css
<style>
a { background-color: #E128D5; }
a { background-color: rgb(225,40,213); }
div.DivClassName
{
background-color: #E128D5;
}
.BgClassName
{
background-color: #E128D5;
}
</style>
border-color css
<style>
span { border-color: #E128D5; }
span { border-color: rgb(225,40,213); }
td.TdClassName
{
border-color: #E128D5;
}
.TagClassName
{
border-color: #E128D5;
}
</style>