Shades of Razzle Dazzle Rose #EB2DDD
Tints of Razzle Dazzle Rose #EB2DDD
RGB
CMYK
RGB Variations
Color information
#EB2DDD (or 0xEB2DDD) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2D and DD. RGB value is (235,45,221). Sum of RGB (Red+Green+Blue) = 235+45+221=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 45 (17.97% from 255 or 8.98% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2DDD is #14D222. Grayscale: #797979. Windows color (decimal): -1364515 or 14495211. OLE color: 14495211.
HSL color Cylindrical-coordinate representation of color #EB2DDD: hue angle of 304.42º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2DDD is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 221 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.08 |
| HSL | 304.42º | 0.83% | 0.55% | - |
| HSV(B) | 304.42º | 0.81% | 0.92% | - |
| XYZ | 48.25 | 24.76 | 70.64 | - |
| YUV | 121.87 | 183.95 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 221 | 0 | 0.81 | 0.06 | 0.08 | 304.42 | 0.83 | 0.55 |
| Hex | EB | 2D | DD | 0 | 51 | 6 | 8 | 130 | 53 | 37 |
| Octal | 353 | 55 | 335 | 0 | 121 | 6 | 10 | 460 | 123 | 67 |
| Binary | 11101011 | 101101 | 11011101 | 0 | 1010001 | 110 | 1000 | 100110000 | 1010011 | 110111 |
Color Harmonies of #EB2DDD
Complementary color
Monochromatic Colors of #EB2DDD
Black with #EB2DDD
Text Example
Text Example
White with #EB2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2DDD; }
p { color: rgb(235,45,221); }
H1.HeaderClassName
{
color: #EB2DDD;
}
.AnyTagClassName
{
color: #EB2DDD;
}
</style>
background-color css
<style>
a { background-color: #EB2DDD; }
a { background-color: rgb(235,45,221); }
div.DivClassName
{
background-color: #EB2DDD;
}
.BgClassName
{
background-color: #EB2DDD;
}
</style>
border-color css
<style>
span { border-color: #EB2DDD; }
span { border-color: rgb(235,45,221); }
td.TdClassName
{
border-color: #EB2DDD;
}
.TagClassName
{
border-color: #EB2DDD;
}
</style>