Shades of Razzle Dazzle Rose #E722D4
Tints of Razzle Dazzle Rose #E722D4
RGB
CMYK
RGB Variations
Color information
#E722D4 (or 0xE722D4) is known color: Razzle Dazzle Rose. HEX triplet: E7, 22 and D4. RGB value is (231,34,212). Sum of RGB (Red+Green+Blue) = 231+34+212=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 34 (13.67% from 255 or 7.13% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E722D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E722D4 is #18DD2B. Grayscale: #707070. Windows color (decimal): -1629484 or 13902567. OLE color: 13902567.
HSL color Cylindrical-coordinate representation of color #E722D4: hue angle of 305.79º 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 #E722D4 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 34 | 212 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.09 |
| HSL | 305.79º | 0.8% | 0.52% | - |
| HSV(B) | 305.79º | 0.85% | 0.91% | - |
| XYZ | 45.41 | 22.89 | 64.31 | - |
| YUV | 113.2 | 183.77 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 212 | 0 | 0.85 | 0.08 | 0.09 | 305.79 | 0.8 | 0.52 |
| Hex | E7 | 22 | D4 | 0 | 55 | 8 | 9 | 132 | 50 | 34 |
| Octal | 347 | 42 | 324 | 0 | 125 | 10 | 11 | 462 | 120 | 64 |
| Binary | 11100111 | 100010 | 11010100 | 0 | 1010101 | 1000 | 1001 | 100110010 | 1010000 | 110100 |
Color Harmonies of #E722D4
Complementary color
Monochromatic Colors of #E722D4
Black with #E722D4
Text Example
Text Example
White with #E722D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E722D4; }
p { color: rgb(231,34,212); }
H1.HeaderClassName
{
color: #E722D4;
}
.AnyTagClassName
{
color: #E722D4;
}
</style>
background-color css
<style>
a { background-color: #E722D4; }
a { background-color: rgb(231,34,212); }
div.DivClassName
{
background-color: #E722D4;
}
.BgClassName
{
background-color: #E722D4;
}
</style>
border-color css
<style>
span { border-color: #E722D4; }
span { border-color: rgb(231,34,212); }
td.TdClassName
{
border-color: #E722D4;
}
.TagClassName
{
border-color: #E722D4;
}
</style>