Shades of Razzle Dazzle Rose #EB2EDB
Tints of Razzle Dazzle Rose #EB2EDB
RGB
CMYK
RGB Variations
Color information
#EB2EDB (or 0xEB2EDB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2E and DB. RGB value is (235,46,219). Sum of RGB (Red+Green+Blue) = 235+46+219=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 46 (18.36% from 255 or 9.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2EDB is #14D124. Grayscale: #797979. Windows color (decimal): -1364261 or 14364395. OLE color: 14364395.
HSL color Cylindrical-coordinate representation of color #EB2EDB: hue angle of 305.08º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2EDB is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 219 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.08 |
| HSL | 305.08º | 0.83% | 0.55% | - |
| HSV(B) | 305.08º | 0.8% | 0.92% | - |
| XYZ | 48.02 | 24.73 | 69.26 | - |
| YUV | 122.23 | 182.62 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 219 | 0 | 0.80 | 0.07 | 0.08 | 305.08 | 0.83 | 0.55 |
| Hex | EB | 2E | DB | 0 | 50 | 7 | 8 | 131 | 53 | 37 |
| Octal | 353 | 56 | 333 | 0 | 120 | 7 | 10 | 461 | 123 | 67 |
| Binary | 11101011 | 101110 | 11011011 | 0 | 1010000 | 111 | 1000 | 100110001 | 1010011 | 110111 |
Color Harmonies of #EB2EDB
Complementary color
Monochromatic Colors of #EB2EDB
Black with #EB2EDB
Text Example
Text Example
White with #EB2EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2EDB; }
p { color: rgb(235,46,219); }
H1.HeaderClassName
{
color: #EB2EDB;
}
.AnyTagClassName
{
color: #EB2EDB;
}
</style>
background-color css
<style>
a { background-color: #EB2EDB; }
a { background-color: rgb(235,46,219); }
div.DivClassName
{
background-color: #EB2EDB;
}
.BgClassName
{
background-color: #EB2EDB;
}
</style>
border-color css
<style>
span { border-color: #EB2EDB; }
span { border-color: rgb(235,46,219); }
td.TdClassName
{
border-color: #EB2EDB;
}
.TagClassName
{
border-color: #EB2EDB;
}
</style>