Shades of Razzle Dazzle Rose #E632D0
Tints of Razzle Dazzle Rose #E632D0
RGB
CMYK
RGB Variations
Color information
#E632D0 (or 0xE632D0) is known color: Razzle Dazzle Rose. HEX triplet: E6, 32 and D0. RGB value is (230,50,208). Sum of RGB (Red+Green+Blue) = 230+50+208=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E632D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E632D0 is #19CD2F. Grayscale: #797979. Windows color (decimal): -1690928 or 13644518. OLE color: 13644518.
HSL color Cylindrical-coordinate representation of color #E632D0: hue angle of 307.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E632D0 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 208 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.10 |
| HSL | 307.33º | 0.78% | 0.55% | - |
| HSV(B) | 307.33º | 0.78% | 0.9% | - |
| XYZ | 45.16 | 23.66 | 61.86 | - |
| YUV | 121.83 | 176.63 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 208 | 0 | 0.78 | 0.10 | 0.10 | 307.33 | 0.78 | 0.55 |
| Hex | E6 | 32 | D0 | 0 | 4E | A | A | 133 | 4E | 37 |
| Octal | 346 | 62 | 320 | 0 | 116 | 12 | 12 | 463 | 116 | 67 |
| Binary | 11100110 | 110010 | 11010000 | 0 | 1001110 | 1010 | 1010 | 100110011 | 1001110 | 110111 |
Color Harmonies of #E632D0
Complementary color
Monochromatic Colors of #E632D0
Black with #E632D0
Text Example
Text Example
White with #E632D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632D0; }
p { color: rgb(230,50,208); }
H1.HeaderClassName
{
color: #E632D0;
}
.AnyTagClassName
{
color: #E632D0;
}
</style>
background-color css
<style>
a { background-color: #E632D0; }
a { background-color: rgb(230,50,208); }
div.DivClassName
{
background-color: #E632D0;
}
.BgClassName
{
background-color: #E632D0;
}
</style>
border-color css
<style>
span { border-color: #E632D0; }
span { border-color: rgb(230,50,208); }
td.TdClassName
{
border-color: #E632D0;
}
.TagClassName
{
border-color: #E632D0;
}
</style>