Shades of Razzle Dazzle Rose #E630DA
Tints of Razzle Dazzle Rose #E630DA
RGB
CMYK
RGB Variations
Color information
#E630DA (or 0xE630DA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 30 and DA. RGB value is (230,48,218). Sum of RGB (Red+Green+Blue) = 230+48+218=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E630DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E630DA is #19CF25. Grayscale: #797979. Windows color (decimal): -1691430 or 14299366. OLE color: 14299366.
HSL color Cylindrical-coordinate representation of color #E630DA: hue angle of 303.96º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E630DA is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 218 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.10 |
| HSL | 303.96º | 0.78% | 0.55% | - |
| HSV(B) | 303.96º | 0.79% | 0.9% | - |
| XYZ | 46.34 | 24 | 68.52 | - |
| YUV | 121.8 | 182.3 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 218 | 0 | 0.79 | 0.05 | 0.10 | 303.96 | 0.78 | 0.55 |
| Hex | E6 | 30 | DA | 0 | 4F | 5 | A | 130 | 4E | 37 |
| Octal | 346 | 60 | 332 | 0 | 117 | 5 | 12 | 460 | 116 | 67 |
| Binary | 11100110 | 110000 | 11011010 | 0 | 1001111 | 101 | 1010 | 100110000 | 1001110 | 110111 |
Color Harmonies of #E630DA
Complementary color
Monochromatic Colors of #E630DA
Black with #E630DA
Text Example
Text Example
White with #E630DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E630DA; }
p { color: rgb(230,48,218); }
H1.HeaderClassName
{
color: #E630DA;
}
.AnyTagClassName
{
color: #E630DA;
}
</style>
background-color css
<style>
a { background-color: #E630DA; }
a { background-color: rgb(230,48,218); }
div.DivClassName
{
background-color: #E630DA;
}
.BgClassName
{
background-color: #E630DA;
}
</style>
border-color css
<style>
span { border-color: #E630DA; }
span { border-color: rgb(230,48,218); }
td.TdClassName
{
border-color: #E630DA;
}
.TagClassName
{
border-color: #E630DA;
}
</style>