Shades of Razzle Dazzle Rose #EB2EDD
Tints of Razzle Dazzle Rose #EB2EDD
RGB
CMYK
RGB Variations
Color information
#EB2EDD (or 0xEB2EDD) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2E and DD. RGB value is (235,46,221). Sum of RGB (Red+Green+Blue) = 235+46+221=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2EDD is #14D122. Grayscale: #797979. Windows color (decimal): -1364259 or 14495467. OLE color: 14495467.
HSL color Cylindrical-coordinate representation of color #EB2EDD: hue angle of 304.44º 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 #EB2EDD is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 221 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.08 |
| HSL | 304.44º | 0.83% | 0.55% | - |
| HSV(B) | 304.44º | 0.8% | 0.92% | - |
| XYZ | 48.29 | 24.84 | 70.66 | - |
| YUV | 122.46 | 183.62 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 221 | 0 | 0.80 | 0.06 | 0.08 | 304.44 | 0.83 | 0.55 |
| Hex | EB | 2E | DD | 0 | 50 | 6 | 8 | 130 | 53 | 37 |
| Octal | 353 | 56 | 335 | 0 | 120 | 6 | 10 | 460 | 123 | 67 |
| Binary | 11101011 | 101110 | 11011101 | 0 | 1010000 | 110 | 1000 | 100110000 | 1010011 | 110111 |
Color Harmonies of #EB2EDD
Complementary color
Monochromatic Colors of #EB2EDD
Black with #EB2EDD
Text Example
Text Example
White with #EB2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2EDD; }
p { color: rgb(235,46,221); }
H1.HeaderClassName
{
color: #EB2EDD;
}
.AnyTagClassName
{
color: #EB2EDD;
}
</style>
background-color css
<style>
a { background-color: #EB2EDD; }
a { background-color: rgb(235,46,221); }
div.DivClassName
{
background-color: #EB2EDD;
}
.BgClassName
{
background-color: #EB2EDD;
}
</style>
border-color css
<style>
span { border-color: #EB2EDD; }
span { border-color: rgb(235,46,221); }
td.TdClassName
{
border-color: #EB2EDD;
}
.TagClassName
{
border-color: #EB2EDD;
}
</style>