Shades of Razzle Dazzle Rose #E834C2
Tints of Razzle Dazzle Rose #E834C2
RGB
CMYK
RGB Variations
Color information
#E834C2 (or 0xE834C2) is known color: Razzle Dazzle Rose. HEX triplet: E8, 34 and C2. RGB value is (232,52,194). Sum of RGB (Red+Green+Blue) = 232+52+194=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E834C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E834C2 is #17CB3D. Grayscale: #797979. Windows color (decimal): -1559358 or 12727528. OLE color: 12727528.
HSL color Cylindrical-coordinate representation of color #E834C2: hue angle of 312.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E834C2 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 52 | 194 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.09 |
| HSL | 312.67º | 0.8% | 0.56% | - |
| HSV(B) | 312.67º | 0.78% | 0.91% | - |
| XYZ | 44.24 | 23.51 | 53.24 | - |
| YUV | 122.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 52 | 194 | 0 | 0.78 | 0.16 | 0.09 | 312.67 | 0.8 | 0.56 |
| Hex | E8 | 34 | C2 | 0 | 4E | 10 | 9 | 139 | 50 | 38 |
| Octal | 350 | 64 | 302 | 0 | 116 | 20 | 11 | 471 | 120 | 70 |
| Binary | 11101000 | 110100 | 11000010 | 0 | 1001110 | 10000 | 1001 | 100111001 | 1010000 | 111000 |
Color Harmonies of #E834C2
Complementary color
Monochromatic Colors of #E834C2
Black with #E834C2
Text Example
Text Example
White with #E834C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E834C2; }
p { color: rgb(232,52,194); }
H1.HeaderClassName
{
color: #E834C2;
}
.AnyTagClassName
{
color: #E834C2;
}
</style>
background-color css
<style>
a { background-color: #E834C2; }
a { background-color: rgb(232,52,194); }
div.DivClassName
{
background-color: #E834C2;
}
.BgClassName
{
background-color: #E834C2;
}
</style>
border-color css
<style>
span { border-color: #E834C2; }
span { border-color: rgb(232,52,194); }
td.TdClassName
{
border-color: #E834C2;
}
.TagClassName
{
border-color: #E834C2;
}
</style>