Shades of Razzle Dazzle Rose #E72ABC
Tints of Razzle Dazzle Rose #E72ABC
RGB
CMYK
RGB Variations
Color information
#E72ABC (or 0xE72ABC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2A and BC. RGB value is (231,42,188). Sum of RGB (Red+Green+Blue) = 231+42+188=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E72ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72ABC is #18D543. Grayscale: #727272. Windows color (decimal): -1627460 or 12331751. OLE color: 12331751.
HSL color Cylindrical-coordinate representation of color #E72ABC: hue angle of 313.65º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72ABC is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 188 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.09 |
| HSL | 313.65º | 0.8% | 0.54% | - |
| HSV(B) | 313.65º | 0.82% | 0.91% | - |
| XYZ | 42.86 | 22.28 | 49.62 | - |
| YUV | 115.16 | 169.12 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 188 | 0 | 0.82 | 0.19 | 0.09 | 313.65 | 0.8 | 0.54 |
| Hex | E7 | 2A | BC | 0 | 52 | 13 | 9 | 13A | 50 | 36 |
| Octal | 347 | 52 | 274 | 0 | 122 | 23 | 11 | 472 | 120 | 66 |
| Binary | 11100111 | 101010 | 10111100 | 0 | 1010010 | 10011 | 1001 | 100111010 | 1010000 | 110110 |
Color Harmonies of #E72ABC
Complementary color
Monochromatic Colors of #E72ABC
Black with #E72ABC
Text Example
Text Example
White with #E72ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72ABC; }
p { color: rgb(231,42,188); }
H1.HeaderClassName
{
color: #E72ABC;
}
.AnyTagClassName
{
color: #E72ABC;
}
</style>
background-color css
<style>
a { background-color: #E72ABC; }
a { background-color: rgb(231,42,188); }
div.DivClassName
{
background-color: #E72ABC;
}
.BgClassName
{
background-color: #E72ABC;
}
</style>
border-color css
<style>
span { border-color: #E72ABC; }
span { border-color: rgb(231,42,188); }
td.TdClassName
{
border-color: #E72ABC;
}
.TagClassName
{
border-color: #E72ABC;
}
</style>