Shades of Razzle Dazzle Rose #E634D2
Tints of Razzle Dazzle Rose #E634D2
RGB
CMYK
RGB Variations
Color information
#E634D2 (or 0xE634D2) is known color: Razzle Dazzle Rose. HEX triplet: E6, 34 and D2. RGB value is (230,52,210). Sum of RGB (Red+Green+Blue) = 230+52+210=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E634D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E634D2 is #19CB2D. Grayscale: #7A7A7A. Windows color (decimal): -1690414 or 13776102. OLE color: 13776102.
HSL color Cylindrical-coordinate representation of color #E634D2: hue angle of 306.74º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E634D2 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 210 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.10 |
| HSL | 306.74º | 0.78% | 0.55% | - |
| HSV(B) | 306.74º | 0.77% | 0.9% | - |
| XYZ | 45.49 | 23.93 | 63.19 | - |
| YUV | 123.23 | 176.97 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 210 | 0 | 0.77 | 0.09 | 0.10 | 306.74 | 0.78 | 0.55 |
| Hex | E6 | 34 | D2 | 0 | 4D | 9 | A | 133 | 4E | 37 |
| Octal | 346 | 64 | 322 | 0 | 115 | 11 | 12 | 463 | 116 | 67 |
| Binary | 11100110 | 110100 | 11010010 | 0 | 1001101 | 1001 | 1010 | 100110011 | 1001110 | 110111 |
Color Harmonies of #E634D2
Complementary color
Monochromatic Colors of #E634D2
Black with #E634D2
Text Example
Text Example
White with #E634D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E634D2; }
p { color: rgb(230,52,210); }
H1.HeaderClassName
{
color: #E634D2;
}
.AnyTagClassName
{
color: #E634D2;
}
</style>
background-color css
<style>
a { background-color: #E634D2; }
a { background-color: rgb(230,52,210); }
div.DivClassName
{
background-color: #E634D2;
}
.BgClassName
{
background-color: #E634D2;
}
</style>
border-color css
<style>
span { border-color: #E634D2; }
span { border-color: rgb(230,52,210); }
td.TdClassName
{
border-color: #E634D2;
}
.TagClassName
{
border-color: #E634D2;
}
</style>