Shades of Razzle Dazzle Rose #E827CA
Tints of Razzle Dazzle Rose #E827CA
RGB
CMYK
RGB Variations
Color information
#E827CA (or 0xE827CA) is known color: Razzle Dazzle Rose. HEX triplet: E8, 27 and CA. RGB value is (232,39,202). Sum of RGB (Red+Green+Blue) = 232+39+202=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E827CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E827CA is #17D835. Grayscale: #727272. Windows color (decimal): -1562678 or 13248488. OLE color: 13248488.
HSL color Cylindrical-coordinate representation of color #E827CA: hue angle of 309.33º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E827CA is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 202 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.09 |
| HSL | 309.33º | 0.81% | 0.53% | - |
| HSV(B) | 309.33º | 0.83% | 0.91% | - |
| XYZ | 44.66 | 22.87 | 57.94 | - |
| YUV | 115.29 | 176.94 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 202 | 0 | 0.83 | 0.13 | 0.09 | 309.33 | 0.81 | 0.53 |
| Hex | E8 | 27 | CA | 0 | 53 | D | 9 | 135 | 51 | 35 |
| Octal | 350 | 47 | 312 | 0 | 123 | 15 | 11 | 465 | 121 | 65 |
| Binary | 11101000 | 100111 | 11001010 | 0 | 1010011 | 1101 | 1001 | 100110101 | 1010001 | 110101 |
Color Harmonies of #E827CA
Complementary color
Monochromatic Colors of #E827CA
Black with #E827CA
Text Example
Text Example
White with #E827CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E827CA; }
p { color: rgb(232,39,202); }
H1.HeaderClassName
{
color: #E827CA;
}
.AnyTagClassName
{
color: #E827CA;
}
</style>
background-color css
<style>
a { background-color: #E827CA; }
a { background-color: rgb(232,39,202); }
div.DivClassName
{
background-color: #E827CA;
}
.BgClassName
{
background-color: #E827CA;
}
</style>
border-color css
<style>
span { border-color: #E827CA; }
span { border-color: rgb(232,39,202); }
td.TdClassName
{
border-color: #E827CA;
}
.TagClassName
{
border-color: #E827CA;
}
</style>