Shades of Razzle Dazzle Rose #E630DF
Tints of Razzle Dazzle Rose #E630DF
RGB
CMYK
RGB Variations
Color information
#E630DF (or 0xE630DF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 30 and DF. RGB value is (230,48,223). Sum of RGB (Red+Green+Blue) = 230+48+223=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E630DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E630DF is #19CF20. Grayscale: #797979. Windows color (decimal): -1691425 or 14627046. OLE color: 14627046.
HSL color Cylindrical-coordinate representation of color #E630DF: hue angle of 302.31º 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 #E630DF is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 223 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.10 |
| HSL | 302.31º | 0.78% | 0.55% | - |
| HSV(B) | 302.31º | 0.79% | 0.9% | - |
| XYZ | 47.01 | 24.26 | 72.02 | - |
| YUV | 122.37 | 184.8 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 223 | 0 | 0.79 | 0.03 | 0.10 | 302.31 | 0.78 | 0.55 |
| Hex | E6 | 30 | DF | 0 | 4F | 3 | A | 12E | 4E | 37 |
| Octal | 346 | 60 | 337 | 0 | 117 | 3 | 12 | 456 | 116 | 67 |
| Binary | 11100110 | 110000 | 11011111 | 0 | 1001111 | 11 | 1010 | 100101110 | 1001110 | 110111 |
Color Harmonies of #E630DF
Complementary color
Monochromatic Colors of #E630DF
Black with #E630DF
Text Example
Text Example
White with #E630DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E630DF; }
p { color: rgb(230,48,223); }
H1.HeaderClassName
{
color: #E630DF;
}
.AnyTagClassName
{
color: #E630DF;
}
</style>
background-color css
<style>
a { background-color: #E630DF; }
a { background-color: rgb(230,48,223); }
div.DivClassName
{
background-color: #E630DF;
}
.BgClassName
{
background-color: #E630DF;
}
</style>
border-color css
<style>
span { border-color: #E630DF; }
span { border-color: rgb(230,48,223); }
td.TdClassName
{
border-color: #E630DF;
}
.TagClassName
{
border-color: #E630DF;
}
</style>