Shades of Razzle Dazzle Rose #EB1FDB
Tints of Razzle Dazzle Rose #EB1FDB
RGB
CMYK
RGB Variations
Color information
#EB1FDB (or 0xEB1FDB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 1F and DB. RGB value is (235,31,219). Sum of RGB (Red+Green+Blue) = 235+31+219=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 31 (12.5% from 255 or 6.39% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1FDB is #14E024. Grayscale: #707070. Windows color (decimal): -1368101 or 14360555. OLE color: 14360555.
HSL color Cylindrical-coordinate representation of color #EB1FDB: hue angle of 304.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB1FDB is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 31 | 219 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.08 |
| HSL | 304.71º | 0.84% | 0.52% | - |
| HSV(B) | 304.71º | 0.87% | 0.92% | - |
| XYZ | 47.54 | 23.76 | 69.1 | - |
| YUV | 113.43 | 187.59 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 31 | 219 | 0 | 0.87 | 0.07 | 0.08 | 304.71 | 0.84 | 0.52 |
| Hex | EB | 1F | DB | 0 | 57 | 7 | 8 | 131 | 54 | 34 |
| Octal | 353 | 37 | 333 | 0 | 127 | 7 | 10 | 461 | 124 | 64 |
| Binary | 11101011 | 11111 | 11011011 | 0 | 1010111 | 111 | 1000 | 100110001 | 1010100 | 110100 |
Color Harmonies of #EB1FDB
Complementary color
Monochromatic Colors of #EB1FDB
Black with #EB1FDB
Text Example
Text Example
White with #EB1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1FDB; }
p { color: rgb(235,31,219); }
H1.HeaderClassName
{
color: #EB1FDB;
}
.AnyTagClassName
{
color: #EB1FDB;
}
</style>
background-color css
<style>
a { background-color: #EB1FDB; }
a { background-color: rgb(235,31,219); }
div.DivClassName
{
background-color: #EB1FDB;
}
.BgClassName
{
background-color: #EB1FDB;
}
</style>
border-color css
<style>
span { border-color: #EB1FDB; }
span { border-color: rgb(235,31,219); }
td.TdClassName
{
border-color: #EB1FDB;
}
.TagClassName
{
border-color: #EB1FDB;
}
</style>