Shades of Razzle Dazzle Rose #E432DF
Tints of Razzle Dazzle Rose #E432DF
RGB
CMYK
RGB Variations
Color information
#E432DF (or 0xE432DF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 32 and DF. RGB value is (228,50,223). Sum of RGB (Red+Green+Blue) = 228+50+223=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 50 (19.92% from 255 or 9.98% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E432DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E432DF is #1BCD20. Grayscale: #7A7A7A. Windows color (decimal): -1821985 or 14627556. OLE color: 14627556.
HSL color Cylindrical-coordinate representation of color #E432DF: hue angle of 301.69º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E432DF is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 50 | 223 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.11 |
| HSL | 301.69º | 0.77% | 0.55% | - |
| HSV(B) | 301.69º | 0.78% | 0.89% | - |
| XYZ | 46.45 | 24.1 | 72.02 | - |
| YUV | 122.94 | 184.47 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 50 | 223 | 0 | 0.78 | 0.02 | 0.11 | 301.69 | 0.77 | 0.55 |
| Hex | E4 | 32 | DF | 0 | 4E | 2 | B | 12E | 4D | 37 |
| Octal | 344 | 62 | 337 | 0 | 116 | 2 | 13 | 456 | 115 | 67 |
| Binary | 11100100 | 110010 | 11011111 | 0 | 1001110 | 10 | 1011 | 100101110 | 1001101 | 110111 |
Color Harmonies of #E432DF
Complementary color
Monochromatic Colors of #E432DF
Black with #E432DF
Text Example
Text Example
White with #E432DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E432DF; }
p { color: rgb(228,50,223); }
H1.HeaderClassName
{
color: #E432DF;
}
.AnyTagClassName
{
color: #E432DF;
}
</style>
background-color css
<style>
a { background-color: #E432DF; }
a { background-color: rgb(228,50,223); }
div.DivClassName
{
background-color: #E432DF;
}
.BgClassName
{
background-color: #E432DF;
}
</style>
border-color css
<style>
span { border-color: #E432DF; }
span { border-color: rgb(228,50,223); }
td.TdClassName
{
border-color: #E432DF;
}
.TagClassName
{
border-color: #E432DF;
}
</style>