Shades of Razzle Dazzle Rose #E632DD
Tints of Razzle Dazzle Rose #E632DD
RGB
CMYK
RGB Variations
Color information
#E632DD (or 0xE632DD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 32 and DD. RGB value is (230,50,221). Sum of RGB (Red+Green+Blue) = 230+50+221=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 50 (19.92% from 255 or 9.98% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E632DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E632DD is #19CD22. Grayscale: #7A7A7A. Windows color (decimal): -1690915 or 14496486. OLE color: 14496486.
HSL color Cylindrical-coordinate representation of color #E632DD: hue angle of 303º 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 #E632DD is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 221 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.10 |
| HSL | 303º | 0.78% | 0.55% | - |
| HSV(B) | 303º | 0.78% | 0.9% | - |
| XYZ | 46.82 | 24.32 | 70.63 | - |
| YUV | 123.31 | 183.13 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 221 | 0 | 0.78 | 0.04 | 0.10 | 303 | 0.78 | 0.55 |
| Hex | E6 | 32 | DD | 0 | 4E | 4 | A | 12F | 4E | 37 |
| Octal | 346 | 62 | 335 | 0 | 116 | 4 | 12 | 457 | 116 | 67 |
| Binary | 11100110 | 110010 | 11011101 | 0 | 1001110 | 100 | 1010 | 100101111 | 1001110 | 110111 |
Color Harmonies of #E632DD
Complementary color
Monochromatic Colors of #E632DD
Black with #E632DD
Text Example
Text Example
White with #E632DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632DD; }
p { color: rgb(230,50,221); }
H1.HeaderClassName
{
color: #E632DD;
}
.AnyTagClassName
{
color: #E632DD;
}
</style>
background-color css
<style>
a { background-color: #E632DD; }
a { background-color: rgb(230,50,221); }
div.DivClassName
{
background-color: #E632DD;
}
.BgClassName
{
background-color: #E632DD;
}
</style>
border-color css
<style>
span { border-color: #E632DD; }
span { border-color: rgb(230,50,221); }
td.TdClassName
{
border-color: #E632DD;
}
.TagClassName
{
border-color: #E632DD;
}
</style>