Shades of Razzle Dazzle Rose #E732DF
Tints of Razzle Dazzle Rose #E732DF
RGB
CMYK
RGB Variations
Color information
#E732DF (or 0xE732DF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 32 and DF. RGB value is (231,50,223). Sum of RGB (Red+Green+Blue) = 231+50+223=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 50 (19.92% from 255 or 9.92% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E732DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E732DF is #18CD20. Grayscale: #7B7B7B. Windows color (decimal): -1625377 or 14627559. OLE color: 14627559.
HSL color Cylindrical-coordinate representation of color #E732DF: hue angle of 302.65º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E732DF is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 223 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.09 |
| HSL | 302.65º | 0.79% | 0.55% | - |
| HSV(B) | 302.65º | 0.78% | 0.91% | - |
| XYZ | 47.41 | 24.6 | 72.06 | - |
| YUV | 123.84 | 183.97 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 223 | 0 | 0.78 | 0.03 | 0.09 | 302.65 | 0.79 | 0.55 |
| Hex | E7 | 32 | DF | 0 | 4E | 3 | 9 | 12F | 4F | 37 |
| Octal | 347 | 62 | 337 | 0 | 116 | 3 | 11 | 457 | 117 | 67 |
| Binary | 11100111 | 110010 | 11011111 | 0 | 1001110 | 11 | 1001 | 100101111 | 1001111 | 110111 |
Color Harmonies of #E732DF
Complementary color
Monochromatic Colors of #E732DF
Black with #E732DF
Text Example
Text Example
White with #E732DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E732DF; }
p { color: rgb(231,50,223); }
H1.HeaderClassName
{
color: #E732DF;
}
.AnyTagClassName
{
color: #E732DF;
}
</style>
background-color css
<style>
a { background-color: #E732DF; }
a { background-color: rgb(231,50,223); }
div.DivClassName
{
background-color: #E732DF;
}
.BgClassName
{
background-color: #E732DF;
}
</style>
border-color css
<style>
span { border-color: #E732DF; }
span { border-color: rgb(231,50,223); }
td.TdClassName
{
border-color: #E732DF;
}
.TagClassName
{
border-color: #E732DF;
}
</style>