Shades of Razzle Dazzle Rose #E132DA
Tints of Razzle Dazzle Rose #E132DA
RGB
CMYK
RGB Variations
Color information
#E132DA (or 0xE132DA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 32 and DA. RGB value is (225,50,218). Sum of RGB (Red+Green+Blue) = 225+50+218=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 50 (19.92% from 255 or 10.14% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E132DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132DA is #1ECD25. Grayscale: #787878. Windows color (decimal): -2018598 or 14299873. OLE color: 14299873.
HSL color Cylindrical-coordinate representation of color #E132DA: hue angle of 302.4º 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 #E132DA is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 218 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.12 |
| HSL | 302.4º | 0.74% | 0.54% | - |
| HSV(B) | 302.4º | 0.78% | 0.88% | - |
| XYZ | 44.85 | 23.35 | 68.47 | - |
| YUV | 121.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 218 | 0 | 0.78 | 0.03 | 0.12 | 302.4 | 0.74 | 0.54 |
| Hex | E1 | 32 | DA | 0 | 4E | 3 | C | 12E | 4A | 36 |
| Octal | 341 | 62 | 332 | 0 | 116 | 3 | 14 | 456 | 112 | 66 |
| Binary | 11100001 | 110010 | 11011010 | 0 | 1001110 | 11 | 1100 | 100101110 | 1001010 | 110110 |
Color Harmonies of #E132DA
Complementary color
Monochromatic Colors of #E132DA
Black with #E132DA
Text Example
Text Example
White with #E132DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E132DA; }
p { color: rgb(225,50,218); }
H1.HeaderClassName
{
color: #E132DA;
}
.AnyTagClassName
{
color: #E132DA;
}
</style>
background-color css
<style>
a { background-color: #E132DA; }
a { background-color: rgb(225,50,218); }
div.DivClassName
{
background-color: #E132DA;
}
.BgClassName
{
background-color: #E132DA;
}
</style>
border-color css
<style>
span { border-color: #E132DA; }
span { border-color: rgb(225,50,218); }
td.TdClassName
{
border-color: #E132DA;
}
.TagClassName
{
border-color: #E132DA;
}
</style>