Shades of Razzle Dazzle Rose #E83BDB
Tints of Razzle Dazzle Rose #E83BDB
RGB
CMYK
RGB Variations
Color information
#E83BDB (or 0xE83BDB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 3B and DB. RGB value is (232,59,219). Sum of RGB (Red+Green+Blue) = 232+59+219=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 59 (23.44% from 255 or 11.57% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E83BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83BDB is #17C424. Grayscale: #808080. Windows color (decimal): -1557541 or 14367720. OLE color: 14367720.
HSL color Cylindrical-coordinate representation of color #E83BDB: hue angle of 304.51º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E83BDB is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 59 | 219 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.09 |
| HSL | 304.51º | 0.79% | 0.57% | - |
| HSV(B) | 304.51º | 0.75% | 0.91% | - |
| XYZ | 47.63 | 25.4 | 69.41 | - |
| YUV | 128.97 | 178.81 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 59 | 219 | 0 | 0.75 | 0.06 | 0.09 | 304.51 | 0.79 | 0.57 |
| Hex | E8 | 3B | DB | 0 | 4B | 6 | 9 | 131 | 4F | 39 |
| Octal | 350 | 73 | 333 | 0 | 113 | 6 | 11 | 461 | 117 | 71 |
| Binary | 11101000 | 111011 | 11011011 | 0 | 1001011 | 110 | 1001 | 100110001 | 1001111 | 111001 |
Color Harmonies of #E83BDB
Complementary color
Monochromatic Colors of #E83BDB
Black with #E83BDB
Text Example
Text Example
White with #E83BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83BDB; }
p { color: rgb(232,59,219); }
H1.HeaderClassName
{
color: #E83BDB;
}
.AnyTagClassName
{
color: #E83BDB;
}
</style>
background-color css
<style>
a { background-color: #E83BDB; }
a { background-color: rgb(232,59,219); }
div.DivClassName
{
background-color: #E83BDB;
}
.BgClassName
{
background-color: #E83BDB;
}
</style>
border-color css
<style>
span { border-color: #E83BDB; }
span { border-color: rgb(232,59,219); }
td.TdClassName
{
border-color: #E83BDB;
}
.TagClassName
{
border-color: #E83BDB;
}
</style>