Shades of Razzle Dazzle Rose #E724C9
Tints of Razzle Dazzle Rose #E724C9
RGB
CMYK
RGB Variations
Color information
#E724C9 (or 0xE724C9) is known color: Razzle Dazzle Rose. HEX triplet: E7, 24 and C9. RGB value is (231,36,201). Sum of RGB (Red+Green+Blue) = 231+36+201=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E724C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E724C9 is #18DB36. Grayscale: #707070. Windows color (decimal): -1628983 or 13182183. OLE color: 13182183.
HSL color Cylindrical-coordinate representation of color #E724C9: hue angle of 309.23º 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 #E724C9 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 201 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.09 |
| HSL | 309.23º | 0.8% | 0.52% | - |
| HSV(B) | 309.23º | 0.84% | 0.91% | - |
| XYZ | 44.13 | 22.47 | 57.27 | - |
| YUV | 113.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 201 | 0 | 0.84 | 0.13 | 0.09 | 309.23 | 0.8 | 0.52 |
| Hex | E7 | 24 | C9 | 0 | 54 | D | 9 | 135 | 50 | 34 |
| Octal | 347 | 44 | 311 | 0 | 124 | 15 | 11 | 465 | 120 | 64 |
| Binary | 11100111 | 100100 | 11001001 | 0 | 1010100 | 1101 | 1001 | 100110101 | 1010000 | 110100 |
Color Harmonies of #E724C9
Complementary color
Monochromatic Colors of #E724C9
Black with #E724C9
Text Example
Text Example
White with #E724C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E724C9; }
p { color: rgb(231,36,201); }
H1.HeaderClassName
{
color: #E724C9;
}
.AnyTagClassName
{
color: #E724C9;
}
</style>
background-color css
<style>
a { background-color: #E724C9; }
a { background-color: rgb(231,36,201); }
div.DivClassName
{
background-color: #E724C9;
}
.BgClassName
{
background-color: #E724C9;
}
</style>
border-color css
<style>
span { border-color: #E724C9; }
span { border-color: rgb(231,36,201); }
td.TdClassName
{
border-color: #E724C9;
}
.TagClassName
{
border-color: #E724C9;
}
</style>