Shades of Razzle Dazzle Rose #E835DB
Tints of Razzle Dazzle Rose #E835DB
RGB
CMYK
RGB Variations
Color information
#E835DB (or 0xE835DB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 35 and DB. RGB value is (232,53,219). Sum of RGB (Red+Green+Blue) = 232+53+219=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E835DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E835DB is #17CA24. Grayscale: #7C7C7C. Windows color (decimal): -1559077 or 14366184. OLE color: 14366184.
HSL color Cylindrical-coordinate representation of color #E835DB: hue angle of 304.36º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E835DB is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 53 | 219 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.09 |
| HSL | 304.36º | 0.8% | 0.56% | - |
| HSV(B) | 304.36º | 0.77% | 0.91% | - |
| XYZ | 47.34 | 24.82 | 69.31 | - |
| YUV | 125.45 | 180.8 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 53 | 219 | 0 | 0.77 | 0.06 | 0.09 | 304.36 | 0.8 | 0.56 |
| Hex | E8 | 35 | DB | 0 | 4D | 6 | 9 | 130 | 50 | 38 |
| Octal | 350 | 65 | 333 | 0 | 115 | 6 | 11 | 460 | 120 | 70 |
| Binary | 11101000 | 110101 | 11011011 | 0 | 1001101 | 110 | 1001 | 100110000 | 1010000 | 111000 |
Color Harmonies of #E835DB
Complementary color
Monochromatic Colors of #E835DB
Black with #E835DB
Text Example
Text Example
White with #E835DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E835DB; }
p { color: rgb(232,53,219); }
H1.HeaderClassName
{
color: #E835DB;
}
.AnyTagClassName
{
color: #E835DB;
}
</style>
background-color css
<style>
a { background-color: #E835DB; }
a { background-color: rgb(232,53,219); }
div.DivClassName
{
background-color: #E835DB;
}
.BgClassName
{
background-color: #E835DB;
}
</style>
border-color css
<style>
span { border-color: #E835DB; }
span { border-color: rgb(232,53,219); }
td.TdClassName
{
border-color: #E835DB;
}
.TagClassName
{
border-color: #E835DB;
}
</style>