Shades of Razzle Dazzle Rose #E721D1
Tints of Razzle Dazzle Rose #E721D1
RGB
CMYK
RGB Variations
Color information
#E721D1 (or 0xE721D1) is known color: Razzle Dazzle Rose. HEX triplet: E7, 21 and D1. RGB value is (231,33,209). Sum of RGB (Red+Green+Blue) = 231+33+209=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E721D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721D1 is #18DE2E. Grayscale: #6F6F6F. Windows color (decimal): -1629743 or 13705703. OLE color: 13705703.
HSL color Cylindrical-coordinate representation of color #E721D1: hue angle of 306.67º 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 #E721D1 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 209 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.09 |
| HSL | 306.67º | 0.8% | 0.52% | - |
| HSV(B) | 306.67º | 0.86% | 0.91% | - |
| XYZ | 45.01 | 22.68 | 62.33 | - |
| YUV | 112.27 | 182.6 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 209 | 0 | 0.86 | 0.10 | 0.09 | 306.67 | 0.8 | 0.52 |
| Hex | E7 | 21 | D1 | 0 | 56 | A | 9 | 133 | 50 | 34 |
| Octal | 347 | 41 | 321 | 0 | 126 | 12 | 11 | 463 | 120 | 64 |
| Binary | 11100111 | 100001 | 11010001 | 0 | 1010110 | 1010 | 1001 | 100110011 | 1010000 | 110100 |
Color Harmonies of #E721D1
Complementary color
Monochromatic Colors of #E721D1
Black with #E721D1
Text Example
Text Example
White with #E721D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721D1; }
p { color: rgb(231,33,209); }
H1.HeaderClassName
{
color: #E721D1;
}
.AnyTagClassName
{
color: #E721D1;
}
</style>
background-color css
<style>
a { background-color: #E721D1; }
a { background-color: rgb(231,33,209); }
div.DivClassName
{
background-color: #E721D1;
}
.BgClassName
{
background-color: #E721D1;
}
</style>
border-color css
<style>
span { border-color: #E721D1; }
span { border-color: rgb(231,33,209); }
td.TdClassName
{
border-color: #E721D1;
}
.TagClassName
{
border-color: #E721D1;
}
</style>