Shades of Razzle Dazzle Rose #E729CC
Tints of Razzle Dazzle Rose #E729CC
RGB
CMYK
RGB Variations
Color information
#E729CC (or 0xE729CC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 29 and CC. RGB value is (231,41,204). Sum of RGB (Red+Green+Blue) = 231+41+204=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E729CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E729CC is #18D633. Grayscale: #737373. Windows color (decimal): -1627700 or 13380071. OLE color: 13380071.
HSL color Cylindrical-coordinate representation of color #E729CC: hue angle of 308.53º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E729CC is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 41 | 204 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.09 |
| HSL | 308.53º | 0.8% | 0.53% | - |
| HSV(B) | 308.53º | 0.82% | 0.91% | - |
| XYZ | 44.65 | 22.93 | 59.2 | - |
| YUV | 116.39 | 177.45 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 41 | 204 | 0 | 0.82 | 0.12 | 0.09 | 308.53 | 0.8 | 0.53 |
| Hex | E7 | 29 | CC | 0 | 52 | C | 9 | 135 | 50 | 35 |
| Octal | 347 | 51 | 314 | 0 | 122 | 14 | 11 | 465 | 120 | 65 |
| Binary | 11100111 | 101001 | 11001100 | 0 | 1010010 | 1100 | 1001 | 100110101 | 1010000 | 110101 |
Color Harmonies of #E729CC
Complementary color
Monochromatic Colors of #E729CC
Black with #E729CC
Text Example
Text Example
White with #E729CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E729CC; }
p { color: rgb(231,41,204); }
H1.HeaderClassName
{
color: #E729CC;
}
.AnyTagClassName
{
color: #E729CC;
}
</style>
background-color css
<style>
a { background-color: #E729CC; }
a { background-color: rgb(231,41,204); }
div.DivClassName
{
background-color: #E729CC;
}
.BgClassName
{
background-color: #E729CC;
}
</style>
border-color css
<style>
span { border-color: #E729CC; }
span { border-color: rgb(231,41,204); }
td.TdClassName
{
border-color: #E729CC;
}
.TagClassName
{
border-color: #E729CC;
}
</style>