Shades of Razzle Dazzle Rose #E132DC
Tints of Razzle Dazzle Rose #E132DC
RGB
CMYK
RGB Variations
Color information
#E132DC (or 0xE132DC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 32 and DC. RGB value is (225,50,220). Sum of RGB (Red+Green+Blue) = 225+50+220=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E132DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132DC is #1ECD23. Grayscale: #797979. Windows color (decimal): -2018596 or 14430945. OLE color: 14430945.
HSL color Cylindrical-coordinate representation of color #E132DC: hue angle of 301.71º 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 #E132DC is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 220 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.12 |
| HSL | 301.71º | 0.74% | 0.54% | - |
| HSV(B) | 301.71º | 0.78% | 0.88% | - |
| XYZ | 45.11 | 23.46 | 69.86 | - |
| YUV | 121.71 | 183.48 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 220 | 0 | 0.78 | 0.02 | 0.12 | 301.71 | 0.74 | 0.54 |
| Hex | E1 | 32 | DC | 0 | 4E | 2 | C | 12E | 4A | 36 |
| Octal | 341 | 62 | 334 | 0 | 116 | 2 | 14 | 456 | 112 | 66 |
| Binary | 11100001 | 110010 | 11011100 | 0 | 1001110 | 10 | 1100 | 100101110 | 1001010 | 110110 |
Color Harmonies of #E132DC
Complementary color
Monochromatic Colors of #E132DC
Black with #E132DC
Text Example
Text Example
White with #E132DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E132DC; }
p { color: rgb(225,50,220); }
H1.HeaderClassName
{
color: #E132DC;
}
.AnyTagClassName
{
color: #E132DC;
}
</style>
background-color css
<style>
a { background-color: #E132DC; }
a { background-color: rgb(225,50,220); }
div.DivClassName
{
background-color: #E132DC;
}
.BgClassName
{
background-color: #E132DC;
}
</style>
border-color css
<style>
span { border-color: #E132DC; }
span { border-color: rgb(225,50,220); }
td.TdClassName
{
border-color: #E132DC;
}
.TagClassName
{
border-color: #E132DC;
}
</style>