Shades of Razzle Dazzle Rose #E132DD
Tints of Razzle Dazzle Rose #E132DD
RGB
CMYK
RGB Variations
Color information
#E132DD (or 0xE132DD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 32 and DD. RGB value is (225,50,221). Sum of RGB (Red+Green+Blue) = 225+50+221=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 50 (19.92% from 255 or 10.08% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E132DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132DD is #1ECD22. Grayscale: #797979. Windows color (decimal): -2018595 or 14496481. OLE color: 14496481.
HSL color Cylindrical-coordinate representation of color #E132DD: hue angle of 301.37º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E132DD is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 221 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.12 |
| HSL | 301.37º | 0.74% | 0.54% | - |
| HSV(B) | 301.37º | 0.78% | 0.88% | - |
| XYZ | 45.24 | 23.51 | 70.56 | - |
| YUV | 121.82 | 183.98 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 221 | 0 | 0.78 | 0.02 | 0.12 | 301.37 | 0.74 | 0.54 |
| Hex | E1 | 32 | DD | 0 | 4E | 2 | C | 12D | 4A | 36 |
| Octal | 341 | 62 | 335 | 0 | 116 | 2 | 14 | 455 | 112 | 66 |
| Binary | 11100001 | 110010 | 11011101 | 0 | 1001110 | 10 | 1100 | 100101101 | 1001010 | 110110 |
Color Harmonies of #E132DD
Complementary color
Monochromatic Colors of #E132DD
Black with #E132DD
Text Example
Text Example
White with #E132DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E132DD; }
p { color: rgb(225,50,221); }
H1.HeaderClassName
{
color: #E132DD;
}
.AnyTagClassName
{
color: #E132DD;
}
</style>
background-color css
<style>
a { background-color: #E132DD; }
a { background-color: rgb(225,50,221); }
div.DivClassName
{
background-color: #E132DD;
}
.BgClassName
{
background-color: #E132DD;
}
</style>
border-color css
<style>
span { border-color: #E132DD; }
span { border-color: rgb(225,50,221); }
td.TdClassName
{
border-color: #E132DD;
}
.TagClassName
{
border-color: #E132DD;
}
</style>