Shades of Razzle Dazzle Rose #EB20DB
Tints of Razzle Dazzle Rose #EB20DB
RGB
CMYK
RGB Variations
Color information
#EB20DB (or 0xEB20DB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 20 and DB. RGB value is (235,32,219). Sum of RGB (Red+Green+Blue) = 235+32+219=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB20DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB20DB is #14DF24. Grayscale: #717171. Windows color (decimal): -1367845 or 14360811. OLE color: 14360811.
HSL color Cylindrical-coordinate representation of color #EB20DB: hue angle of 304.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB20DB is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 219 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.08 |
| HSL | 304.73º | 0.84% | 0.52% | - |
| HSV(B) | 304.73º | 0.86% | 0.92% | - |
| XYZ | 47.56 | 23.81 | 69.11 | - |
| YUV | 114.02 | 187.25 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 219 | 0 | 0.86 | 0.07 | 0.08 | 304.73 | 0.84 | 0.52 |
| Hex | EB | 20 | DB | 0 | 56 | 7 | 8 | 131 | 54 | 34 |
| Octal | 353 | 40 | 333 | 0 | 126 | 7 | 10 | 461 | 124 | 64 |
| Binary | 11101011 | 100000 | 11011011 | 0 | 1010110 | 111 | 1000 | 100110001 | 1010100 | 110100 |
Color Harmonies of #EB20DB
Complementary color
Monochromatic Colors of #EB20DB
Black with #EB20DB
Text Example
Text Example
White with #EB20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB20DB; }
p { color: rgb(235,32,219); }
H1.HeaderClassName
{
color: #EB20DB;
}
.AnyTagClassName
{
color: #EB20DB;
}
</style>
background-color css
<style>
a { background-color: #EB20DB; }
a { background-color: rgb(235,32,219); }
div.DivClassName
{
background-color: #EB20DB;
}
.BgClassName
{
background-color: #EB20DB;
}
</style>
border-color css
<style>
span { border-color: #EB20DB; }
span { border-color: rgb(235,32,219); }
td.TdClassName
{
border-color: #EB20DB;
}
.TagClassName
{
border-color: #EB20DB;
}
</style>