Shades of Razzle Dazzle Rose #E721D5
Tints of Razzle Dazzle Rose #E721D5
RGB
CMYK
RGB Variations
Color information
#E721D5 (or 0xE721D5) is known color: Razzle Dazzle Rose. HEX triplet: E7, 21 and D5. RGB value is (231,33,213). Sum of RGB (Red+Green+Blue) = 231+33+213=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E721D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721D5 is #18DE2A. Grayscale: #707070. Windows color (decimal): -1629739 or 13967847. OLE color: 13967847.
HSL color Cylindrical-coordinate representation of color #E721D5: hue angle of 305.45º degrees, saturation: 0.8, 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 #E721D5 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 213 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.09 |
| HSL | 305.45º | 0.8% | 0.52% | - |
| HSV(B) | 305.45º | 0.86% | 0.91% | - |
| XYZ | 45.51 | 22.88 | 64.97 | - |
| YUV | 112.72 | 184.6 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 213 | 0 | 0.86 | 0.08 | 0.09 | 305.45 | 0.8 | 0.52 |
| Hex | E7 | 21 | D5 | 0 | 56 | 8 | 9 | 131 | 50 | 34 |
| Octal | 347 | 41 | 325 | 0 | 126 | 10 | 11 | 461 | 120 | 64 |
| Binary | 11100111 | 100001 | 11010101 | 0 | 1010110 | 1000 | 1001 | 100110001 | 1010000 | 110100 |
Color Harmonies of #E721D5
Complementary color
Monochromatic Colors of #E721D5
Black with #E721D5
Text Example
Text Example
White with #E721D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721D5; }
p { color: rgb(231,33,213); }
H1.HeaderClassName
{
color: #E721D5;
}
.AnyTagClassName
{
color: #E721D5;
}
</style>
background-color css
<style>
a { background-color: #E721D5; }
a { background-color: rgb(231,33,213); }
div.DivClassName
{
background-color: #E721D5;
}
.BgClassName
{
background-color: #E721D5;
}
</style>
border-color css
<style>
span { border-color: #E721D5; }
span { border-color: rgb(231,33,213); }
td.TdClassName
{
border-color: #E721D5;
}
.TagClassName
{
border-color: #E721D5;
}
</style>