Shades of Razzle Dazzle Rose #E724D1
Tints of Razzle Dazzle Rose #E724D1
RGB
CMYK
RGB Variations
Color information
#E724D1 (or 0xE724D1) is known color: Razzle Dazzle Rose. HEX triplet: E7, 24 and D1. RGB value is (231,36,209). Sum of RGB (Red+Green+Blue) = 231+36+209=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 36 (14.45% from 255 or 7.56% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E724D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E724D1 is #18DB2E. Grayscale: #717171. Windows color (decimal): -1628975 or 13706471. OLE color: 13706471.
HSL color Cylindrical-coordinate representation of color #E724D1: hue angle of 306.77º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E724D1 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 209 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.09 |
| HSL | 306.77º | 0.8% | 0.52% | - |
| HSV(B) | 306.77º | 0.84% | 0.91% | - |
| XYZ | 45.09 | 22.85 | 62.36 | - |
| YUV | 114.03 | 181.6 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 209 | 0 | 0.84 | 0.10 | 0.09 | 306.77 | 0.8 | 0.52 |
| Hex | E7 | 24 | D1 | 0 | 54 | A | 9 | 133 | 50 | 34 |
| Octal | 347 | 44 | 321 | 0 | 124 | 12 | 11 | 463 | 120 | 64 |
| Binary | 11100111 | 100100 | 11010001 | 0 | 1010100 | 1010 | 1001 | 100110011 | 1010000 | 110100 |
Color Harmonies of #E724D1
Complementary color
Monochromatic Colors of #E724D1
Black with #E724D1
Text Example
Text Example
White with #E724D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E724D1; }
p { color: rgb(231,36,209); }
H1.HeaderClassName
{
color: #E724D1;
}
.AnyTagClassName
{
color: #E724D1;
}
</style>
background-color css
<style>
a { background-color: #E724D1; }
a { background-color: rgb(231,36,209); }
div.DivClassName
{
background-color: #E724D1;
}
.BgClassName
{
background-color: #E724D1;
}
</style>
border-color css
<style>
span { border-color: #E724D1; }
span { border-color: rgb(231,36,209); }
td.TdClassName
{
border-color: #E724D1;
}
.TagClassName
{
border-color: #E724D1;
}
</style>