Shades of Razzle Dazzle Rose #E829CA
Tints of Razzle Dazzle Rose #E829CA
RGB
CMYK
RGB Variations
Color information
#E829CA (or 0xE829CA) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and CA. RGB value is (232,41,202). Sum of RGB (Red+Green+Blue) = 232+41+202=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E829CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829CA is #17D635. Grayscale: #747474. Windows color (decimal): -1562166 or 13249000. OLE color: 13249000.
HSL color Cylindrical-coordinate representation of color #E829CA: hue angle of 309.42º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E829CA is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 202 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.09 |
| HSL | 309.42º | 0.81% | 0.54% | - |
| HSV(B) | 309.42º | 0.82% | 0.91% | - |
| XYZ | 44.73 | 23.01 | 57.96 | - |
| YUV | 116.46 | 176.28 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 202 | 0 | 0.82 | 0.13 | 0.09 | 309.42 | 0.81 | 0.54 |
| Hex | E8 | 29 | CA | 0 | 52 | D | 9 | 135 | 51 | 36 |
| Octal | 350 | 51 | 312 | 0 | 122 | 15 | 11 | 465 | 121 | 66 |
| Binary | 11101000 | 101001 | 11001010 | 0 | 1010010 | 1101 | 1001 | 100110101 | 1010001 | 110110 |
Color Harmonies of #E829CA
Complementary color
Monochromatic Colors of #E829CA
Black with #E829CA
Text Example
Text Example
White with #E829CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E829CA; }
p { color: rgb(232,41,202); }
H1.HeaderClassName
{
color: #E829CA;
}
.AnyTagClassName
{
color: #E829CA;
}
</style>
background-color css
<style>
a { background-color: #E829CA; }
a { background-color: rgb(232,41,202); }
div.DivClassName
{
background-color: #E829CA;
}
.BgClassName
{
background-color: #E829CA;
}
</style>
border-color css
<style>
span { border-color: #E829CA; }
span { border-color: rgb(232,41,202); }
td.TdClassName
{
border-color: #E829CA;
}
.TagClassName
{
border-color: #E829CA;
}
</style>