Shades of Razzle Dazzle Rose #E721D3
Tints of Razzle Dazzle Rose #E721D3
RGB
CMYK
RGB Variations
Color information
#E721D3 (or 0xE721D3) is known color: Razzle Dazzle Rose. HEX triplet: E7, 21 and D3. RGB value is (231,33,211). Sum of RGB (Red+Green+Blue) = 231+33+211=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E721D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721D3 is #18DE2C. Grayscale: #6F6F6F. Windows color (decimal): -1629741 or 13836775. OLE color: 13836775.
HSL color Cylindrical-coordinate representation of color #E721D3: hue angle of 306.06º 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 #E721D3 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 211 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.09 |
| HSL | 306.06º | 0.8% | 0.52% | - |
| HSV(B) | 306.06º | 0.86% | 0.91% | - |
| XYZ | 45.26 | 22.78 | 63.64 | - |
| YUV | 112.49 | 183.6 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 211 | 0 | 0.86 | 0.09 | 0.09 | 306.06 | 0.8 | 0.52 |
| Hex | E7 | 21 | D3 | 0 | 56 | 9 | 9 | 132 | 50 | 34 |
| Octal | 347 | 41 | 323 | 0 | 126 | 11 | 11 | 462 | 120 | 64 |
| Binary | 11100111 | 100001 | 11010011 | 0 | 1010110 | 1001 | 1001 | 100110010 | 1010000 | 110100 |
Color Harmonies of #E721D3
Complementary color
Monochromatic Colors of #E721D3
Black with #E721D3
Text Example
Text Example
White with #E721D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721D3; }
p { color: rgb(231,33,211); }
H1.HeaderClassName
{
color: #E721D3;
}
.AnyTagClassName
{
color: #E721D3;
}
</style>
background-color css
<style>
a { background-color: #E721D3; }
a { background-color: rgb(231,33,211); }
div.DivClassName
{
background-color: #E721D3;
}
.BgClassName
{
background-color: #E721D3;
}
</style>
border-color css
<style>
span { border-color: #E721D3; }
span { border-color: rgb(231,33,211); }
td.TdClassName
{
border-color: #E721D3;
}
.TagClassName
{
border-color: #E721D3;
}
</style>