Shades of Razzle Dazzle Rose #E635DB
Tints of Razzle Dazzle Rose #E635DB
RGB
CMYK
RGB Variations
Color information
#E635DB (or 0xE635DB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 35 and DB. RGB value is (230,53,219). Sum of RGB (Red+Green+Blue) = 230+53+219=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 53 (21.09% from 255 or 10.56% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E635DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E635DB is #19CA24. Grayscale: #7C7C7C. Windows color (decimal): -1690149 or 14366182. OLE color: 14366182.
HSL color Cylindrical-coordinate representation of color #E635DB: hue angle of 303.73º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E635DB is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 219 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.10 |
| HSL | 303.73º | 0.78% | 0.55% | - |
| HSV(B) | 303.73º | 0.77% | 0.9% | - |
| XYZ | 46.69 | 24.48 | 69.28 | - |
| YUV | 124.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 219 | 0 | 0.77 | 0.05 | 0.10 | 303.73 | 0.78 | 0.55 |
| Hex | E6 | 35 | DB | 0 | 4D | 5 | A | 130 | 4E | 37 |
| Octal | 346 | 65 | 333 | 0 | 115 | 5 | 12 | 460 | 116 | 67 |
| Binary | 11100110 | 110101 | 11011011 | 0 | 1001101 | 101 | 1010 | 100110000 | 1001110 | 110111 |
Color Harmonies of #E635DB
Complementary color
Monochromatic Colors of #E635DB
Black with #E635DB
Text Example
Text Example
White with #E635DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E635DB; }
p { color: rgb(230,53,219); }
H1.HeaderClassName
{
color: #E635DB;
}
.AnyTagClassName
{
color: #E635DB;
}
</style>
background-color css
<style>
a { background-color: #E635DB; }
a { background-color: rgb(230,53,219); }
div.DivClassName
{
background-color: #E635DB;
}
.BgClassName
{
background-color: #E635DB;
}
</style>
border-color css
<style>
span { border-color: #E635DB; }
span { border-color: rgb(230,53,219); }
td.TdClassName
{
border-color: #E635DB;
}
.TagClassName
{
border-color: #E635DB;
}
</style>