Shades of Razzle Dazzle Rose #E724E0
Tints of Razzle Dazzle Rose #E724E0
RGB
CMYK
RGB Variations
Color information
#E724E0 (or 0xE724E0) is known color: Razzle Dazzle Rose. HEX triplet: E7, 24 and E0. RGB value is (231,36,224). Sum of RGB (Red+Green+Blue) = 231+36+224=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 36 (14.45% from 255 or 7.33% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E724E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E724E0 is #18DB1F. Grayscale: #737373. Windows color (decimal): -1628960 or 14689511. OLE color: 14689511.
HSL color Cylindrical-coordinate representation of color #E724E0: hue angle of 302.15º 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 #E724E0 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 224 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.09 |
| HSL | 302.15º | 0.8% | 0.52% | - |
| HSV(B) | 302.15º | 0.84% | 0.91% | - |
| XYZ | 47.04 | 23.63 | 72.6 | - |
| YUV | 115.74 | 189.1 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 224 | 0 | 0.84 | 0.03 | 0.09 | 302.15 | 0.8 | 0.52 |
| Hex | E7 | 24 | E0 | 0 | 54 | 3 | 9 | 12E | 50 | 34 |
| Octal | 347 | 44 | 340 | 0 | 124 | 3 | 11 | 456 | 120 | 64 |
| Binary | 11100111 | 100100 | 11100000 | 0 | 1010100 | 11 | 1001 | 100101110 | 1010000 | 110100 |
Color Harmonies of #E724E0
Complementary color
Monochromatic Colors of #E724E0
Black with #E724E0
Text Example
Text Example
White with #E724E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E724E0; }
p { color: rgb(231,36,224); }
H1.HeaderClassName
{
color: #E724E0;
}
.AnyTagClassName
{
color: #E724E0;
}
</style>
background-color css
<style>
a { background-color: #E724E0; }
a { background-color: rgb(231,36,224); }
div.DivClassName
{
background-color: #E724E0;
}
.BgClassName
{
background-color: #E724E0;
}
</style>
border-color css
<style>
span { border-color: #E724E0; }
span { border-color: rgb(231,36,224); }
td.TdClassName
{
border-color: #E724E0;
}
.TagClassName
{
border-color: #E724E0;
}
</style>