Shades of Razzle Dazzle Rose #E72EEE
Tints of Razzle Dazzle Rose #E72EEE
RGB
CMYK
RGB Variations
Color information
#E72EEE (or 0xE72EEE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2E and EE. RGB value is (231,46,238). Sum of RGB (Red+Green+Blue) = 231+46+238=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 46 (18.36% from 255 or 8.93% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #E72EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72EEE is #18D111. Grayscale: #7A7A7A. Windows color (decimal): -1626386 or 15609575. OLE color: 15609575.
HSL color Cylindrical-coordinate representation of color #E72EEE: hue angle of 297.81º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72EEE is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 46 | 238 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.07 |
| HSL | 297.81º | 0.85% | 0.56% | - |
| HSV(B) | 297.81º | 0.81% | 0.93% | - |
| XYZ | 49.36 | 25.12 | 83.13 | - |
| YUV | 123.2 | 192.79 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 46 | 238 | 0.03 | 0.81 | 0 | 0.07 | 297.81 | 0.85 | 0.56 |
| Hex | E7 | 2E | EE | 3 | 51 | 0 | 7 | 12A | 55 | 38 |
| Octal | 347 | 56 | 356 | 3 | 121 | 0 | 7 | 452 | 125 | 70 |
| Binary | 11100111 | 101110 | 11101110 | 11 | 1010001 | 0 | 111 | 100101010 | 1010101 | 111000 |
Color Harmonies of #E72EEE
Complementary color
Monochromatic Colors of #E72EEE
Black with #E72EEE
Text Example
Text Example
White with #E72EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72EEE; }
p { color: rgb(231,46,238); }
H1.HeaderClassName
{
color: #E72EEE;
}
.AnyTagClassName
{
color: #E72EEE;
}
</style>
background-color css
<style>
a { background-color: #E72EEE; }
a { background-color: rgb(231,46,238); }
div.DivClassName
{
background-color: #E72EEE;
}
.BgClassName
{
background-color: #E72EEE;
}
</style>
border-color css
<style>
span { border-color: #E72EEE; }
span { border-color: rgb(231,46,238); }
td.TdClassName
{
border-color: #E72EEE;
}
.TagClassName
{
border-color: #E72EEE;
}
</style>