Shades of Razzle Dazzle Rose #E722CE
Tints of Razzle Dazzle Rose #E722CE
RGB
CMYK
RGB Variations
Color information
#E722CE (or 0xE722CE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 22 and CE. RGB value is (231,34,206). Sum of RGB (Red+Green+Blue) = 231+34+206=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E722CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E722CE is #18DD31. Grayscale: #707070. Windows color (decimal): -1629490 or 13509351. OLE color: 13509351.
HSL color Cylindrical-coordinate representation of color #E722CE: hue angle of 307.61º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E722CE is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 34 | 206 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.09 |
| HSL | 307.61º | 0.8% | 0.52% | - |
| HSV(B) | 307.61º | 0.85% | 0.91% | - |
| XYZ | 44.67 | 22.59 | 60.4 | - |
| YUV | 112.51 | 180.77 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 206 | 0 | 0.85 | 0.11 | 0.09 | 307.61 | 0.8 | 0.52 |
| Hex | E7 | 22 | CE | 0 | 55 | B | 9 | 134 | 50 | 34 |
| Octal | 347 | 42 | 316 | 0 | 125 | 13 | 11 | 464 | 120 | 64 |
| Binary | 11100111 | 100010 | 11001110 | 0 | 1010101 | 1011 | 1001 | 100110100 | 1010000 | 110100 |
Color Harmonies of #E722CE
Complementary color
Monochromatic Colors of #E722CE
Black with #E722CE
Text Example
Text Example
White with #E722CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E722CE; }
p { color: rgb(231,34,206); }
H1.HeaderClassName
{
color: #E722CE;
}
.AnyTagClassName
{
color: #E722CE;
}
</style>
background-color css
<style>
a { background-color: #E722CE; }
a { background-color: rgb(231,34,206); }
div.DivClassName
{
background-color: #E722CE;
}
.BgClassName
{
background-color: #E722CE;
}
</style>
border-color css
<style>
span { border-color: #E722CE; }
span { border-color: rgb(231,34,206); }
td.TdClassName
{
border-color: #E722CE;
}
.TagClassName
{
border-color: #E722CE;
}
</style>