Shades of Razzle Dazzle Rose #E724CC
Tints of Razzle Dazzle Rose #E724CC
RGB
CMYK
RGB Variations
Color information
#E724CC (or 0xE724CC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 24 and CC. RGB value is (231,36,204). Sum of RGB (Red+Green+Blue) = 231+36+204=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E724CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E724CC is #18DB33. Grayscale: #707070. Windows color (decimal): -1628980 or 13378791. OLE color: 13378791.
HSL color Cylindrical-coordinate representation of color #E724CC: hue angle of 308.31º 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 #E724CC is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 204 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.09 |
| HSL | 308.31º | 0.8% | 0.52% | - |
| HSV(B) | 308.31º | 0.84% | 0.91% | - |
| XYZ | 44.48 | 22.61 | 59.15 | - |
| YUV | 113.46 | 179.1 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 204 | 0 | 0.84 | 0.12 | 0.09 | 308.31 | 0.8 | 0.52 |
| Hex | E7 | 24 | CC | 0 | 54 | C | 9 | 134 | 50 | 34 |
| Octal | 347 | 44 | 314 | 0 | 124 | 14 | 11 | 464 | 120 | 64 |
| Binary | 11100111 | 100100 | 11001100 | 0 | 1010100 | 1100 | 1001 | 100110100 | 1010000 | 110100 |
Color Harmonies of #E724CC
Complementary color
Monochromatic Colors of #E724CC
Black with #E724CC
Text Example
Text Example
White with #E724CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E724CC; }
p { color: rgb(231,36,204); }
H1.HeaderClassName
{
color: #E724CC;
}
.AnyTagClassName
{
color: #E724CC;
}
</style>
background-color css
<style>
a { background-color: #E724CC; }
a { background-color: rgb(231,36,204); }
div.DivClassName
{
background-color: #E724CC;
}
.BgClassName
{
background-color: #E724CC;
}
</style>
border-color css
<style>
span { border-color: #E724CC; }
span { border-color: rgb(231,36,204); }
td.TdClassName
{
border-color: #E724CC;
}
.TagClassName
{
border-color: #E724CC;
}
</style>