Shades of Razzle Dazzle Rose #E429CE
Tints of Razzle Dazzle Rose #E429CE
RGB
CMYK
RGB Variations
Color information
#E429CE (or 0xE429CE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 29 and CE. RGB value is (228,41,206). Sum of RGB (Red+Green+Blue) = 228+41+206=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E429CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429CE is #1BD631. Grayscale: #737373. Windows color (decimal): -1824306 or 13511140. OLE color: 13511140.
HSL color Cylindrical-coordinate representation of color #E429CE: hue angle of 307.06º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E429CE is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 206 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.11 |
| HSL | 307.06º | 0.78% | 0.53% | - |
| HSV(B) | 307.06º | 0.82% | 0.89% | - |
| XYZ | 43.93 | 22.54 | 60.43 | - |
| YUV | 115.72 | 178.95 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 206 | 0 | 0.82 | 0.10 | 0.11 | 307.06 | 0.78 | 0.53 |
| Hex | E4 | 29 | CE | 0 | 52 | A | B | 133 | 4E | 35 |
| Octal | 344 | 51 | 316 | 0 | 122 | 12 | 13 | 463 | 116 | 65 |
| Binary | 11100100 | 101001 | 11001110 | 0 | 1010010 | 1010 | 1011 | 100110011 | 1001110 | 110101 |
Color Harmonies of #E429CE
Complementary color
Monochromatic Colors of #E429CE
Black with #E429CE
Text Example
Text Example
White with #E429CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E429CE; }
p { color: rgb(228,41,206); }
H1.HeaderClassName
{
color: #E429CE;
}
.AnyTagClassName
{
color: #E429CE;
}
</style>
background-color css
<style>
a { background-color: #E429CE; }
a { background-color: rgb(228,41,206); }
div.DivClassName
{
background-color: #E429CE;
}
.BgClassName
{
background-color: #E429CE;
}
</style>
border-color css
<style>
span { border-color: #E429CE; }
span { border-color: rgb(228,41,206); }
td.TdClassName
{
border-color: #E429CE;
}
.TagClassName
{
border-color: #E429CE;
}
</style>