Shades of Razzle Dazzle Rose #E720D4
Tints of Razzle Dazzle Rose #E720D4
RGB
CMYK
RGB Variations
Color information
#E720D4 (or 0xE720D4) is known color: Razzle Dazzle Rose. HEX triplet: E7, 20 and D4. RGB value is (231,32,212). Sum of RGB (Red+Green+Blue) = 231+32+212=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E720D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720D4 is #18DF2B. Grayscale: #6F6F6F. Windows color (decimal): -1629996 or 13902055. OLE color: 13902055.
HSL color Cylindrical-coordinate representation of color #E720D4: hue angle of 305.73º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E720D4 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 212 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.09 |
| HSL | 305.73º | 0.81% | 0.52% | - |
| HSV(B) | 305.73º | 0.86% | 0.91% | - |
| XYZ | 45.36 | 22.78 | 64.29 | - |
| YUV | 112.02 | 184.43 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 212 | 0 | 0.86 | 0.08 | 0.09 | 305.73 | 0.81 | 0.52 |
| Hex | E7 | 20 | D4 | 0 | 56 | 8 | 9 | 132 | 51 | 34 |
| Octal | 347 | 40 | 324 | 0 | 126 | 10 | 11 | 462 | 121 | 64 |
| Binary | 11100111 | 100000 | 11010100 | 0 | 1010110 | 1000 | 1001 | 100110010 | 1010001 | 110100 |
Color Harmonies of #E720D4
Complementary color
Monochromatic Colors of #E720D4
Black with #E720D4
Text Example
Text Example
White with #E720D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E720D4; }
p { color: rgb(231,32,212); }
H1.HeaderClassName
{
color: #E720D4;
}
.AnyTagClassName
{
color: #E720D4;
}
</style>
background-color css
<style>
a { background-color: #E720D4; }
a { background-color: rgb(231,32,212); }
div.DivClassName
{
background-color: #E720D4;
}
.BgClassName
{
background-color: #E720D4;
}
</style>
border-color css
<style>
span { border-color: #E720D4; }
span { border-color: rgb(231,32,212); }
td.TdClassName
{
border-color: #E720D4;
}
.TagClassName
{
border-color: #E720D4;
}
</style>