Shades of Razzle Dazzle Rose #E632DA
Tints of Razzle Dazzle Rose #E632DA
RGB
CMYK
RGB Variations
Color information
#E632DA (or 0xE632DA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 32 and DA. RGB value is (230,50,218). Sum of RGB (Red+Green+Blue) = 230+50+218=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E632DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E632DA is #19CD25. Grayscale: #7A7A7A. Windows color (decimal): -1690918 or 14299878. OLE color: 14299878.
HSL color Cylindrical-coordinate representation of color #E632DA: hue angle of 304º 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 #E632DA is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 218 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.10 |
| HSL | 304º | 0.78% | 0.55% | - |
| HSV(B) | 304º | 0.78% | 0.9% | - |
| XYZ | 46.43 | 24.17 | 68.55 | - |
| YUV | 122.97 | 181.63 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 218 | 0 | 0.78 | 0.05 | 0.10 | 304 | 0.78 | 0.55 |
| Hex | E6 | 32 | DA | 0 | 4E | 5 | A | 130 | 4E | 37 |
| Octal | 346 | 62 | 332 | 0 | 116 | 5 | 12 | 460 | 116 | 67 |
| Binary | 11100110 | 110010 | 11011010 | 0 | 1001110 | 101 | 1010 | 100110000 | 1001110 | 110111 |
Color Harmonies of #E632DA
Complementary color
Monochromatic Colors of #E632DA
Black with #E632DA
Text Example
Text Example
White with #E632DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632DA; }
p { color: rgb(230,50,218); }
H1.HeaderClassName
{
color: #E632DA;
}
.AnyTagClassName
{
color: #E632DA;
}
</style>
background-color css
<style>
a { background-color: #E632DA; }
a { background-color: rgb(230,50,218); }
div.DivClassName
{
background-color: #E632DA;
}
.BgClassName
{
background-color: #E632DA;
}
</style>
border-color css
<style>
span { border-color: #E632DA; }
span { border-color: rgb(230,50,218); }
td.TdClassName
{
border-color: #E632DA;
}
.TagClassName
{
border-color: #E632DA;
}
</style>