Shades of Razzle Dazzle Rose #E632DB
Tints of Razzle Dazzle Rose #E632DB
RGB
CMYK
RGB Variations
Color information
#E632DB (or 0xE632DB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 32 and DB. RGB value is (230,50,219). Sum of RGB (Red+Green+Blue) = 230+50+219=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E632DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E632DB is #19CD24. Grayscale: #7A7A7A. Windows color (decimal): -1690917 or 14365414. OLE color: 14365414.
HSL color Cylindrical-coordinate representation of color #E632DB: hue angle of 303.67º 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 #E632DB is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 219 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.10 |
| HSL | 303.67º | 0.78% | 0.55% | - |
| HSV(B) | 303.67º | 0.78% | 0.9% | - |
| XYZ | 46.56 | 24.22 | 69.24 | - |
| YUV | 123.09 | 182.13 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 219 | 0 | 0.78 | 0.05 | 0.10 | 303.67 | 0.78 | 0.55 |
| Hex | E6 | 32 | DB | 0 | 4E | 5 | A | 130 | 4E | 37 |
| Octal | 346 | 62 | 333 | 0 | 116 | 5 | 12 | 460 | 116 | 67 |
| Binary | 11100110 | 110010 | 11011011 | 0 | 1001110 | 101 | 1010 | 100110000 | 1001110 | 110111 |
Color Harmonies of #E632DB
Complementary color
Monochromatic Colors of #E632DB
Black with #E632DB
Text Example
Text Example
White with #E632DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E632DB; }
p { color: rgb(230,50,219); }
H1.HeaderClassName
{
color: #E632DB;
}
.AnyTagClassName
{
color: #E632DB;
}
</style>
background-color css
<style>
a { background-color: #E632DB; }
a { background-color: rgb(230,50,219); }
div.DivClassName
{
background-color: #E632DB;
}
.BgClassName
{
background-color: #E632DB;
}
</style>
border-color css
<style>
span { border-color: #E632DB; }
span { border-color: rgb(230,50,219); }
td.TdClassName
{
border-color: #E632DB;
}
.TagClassName
{
border-color: #E632DB;
}
</style>