Shades of Razzle Dazzle Rose #EB3CDB
Tints of Razzle Dazzle Rose #EB3CDB
RGB
CMYK
RGB Variations
Color information
#EB3CDB (or 0xEB3CDB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 3C and DB. RGB value is (235,60,219). Sum of RGB (Red+Green+Blue) = 235+60+219=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 60 (23.83% from 255 or 11.67% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3CDB is #14C324. Grayscale: #818181. Windows color (decimal): -1360677 or 14367979. OLE color: 14367979.
HSL color Cylindrical-coordinate representation of color #EB3CDB: hue angle of 305.49º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3CDB is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 219 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.08 |
| HSL | 305.49º | 0.81% | 0.58% | - |
| HSV(B) | 305.49º | 0.74% | 0.92% | - |
| XYZ | 48.66 | 26.01 | 69.47 | - |
| YUV | 130.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 219 | 0 | 0.74 | 0.07 | 0.08 | 305.49 | 0.81 | 0.58 |
| Hex | EB | 3C | DB | 0 | 4A | 7 | 8 | 131 | 51 | 3A |
| Octal | 353 | 74 | 333 | 0 | 112 | 7 | 10 | 461 | 121 | 72 |
| Binary | 11101011 | 111100 | 11011011 | 0 | 1001010 | 111 | 1000 | 100110001 | 1010001 | 111010 |
Color Harmonies of #EB3CDB
Complementary color
Monochromatic Colors of #EB3CDB
Black with #EB3CDB
Text Example
Text Example
White with #EB3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3CDB; }
p { color: rgb(235,60,219); }
H1.HeaderClassName
{
color: #EB3CDB;
}
.AnyTagClassName
{
color: #EB3CDB;
}
</style>
background-color css
<style>
a { background-color: #EB3CDB; }
a { background-color: rgb(235,60,219); }
div.DivClassName
{
background-color: #EB3CDB;
}
.BgClassName
{
background-color: #EB3CDB;
}
</style>
border-color css
<style>
span { border-color: #EB3CDB; }
span { border-color: rgb(235,60,219); }
td.TdClassName
{
border-color: #EB3CDB;
}
.TagClassName
{
border-color: #EB3CDB;
}
</style>