Shades of Razzle Dazzle Rose #EB2CDD
Tints of Razzle Dazzle Rose #EB2CDD
RGB
CMYK
RGB Variations
Color information
#EB2CDD (or 0xEB2CDD) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2C and DD. RGB value is (235,44,221). Sum of RGB (Red+Green+Blue) = 235+44+221=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2CDD is #14D322. Grayscale: #787878. Windows color (decimal): -1364771 or 14494955. OLE color: 14494955.
HSL color Cylindrical-coordinate representation of color #EB2CDD: hue angle of 304.4º 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 #EB2CDD is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 44 | 221 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.08 |
| HSL | 304.4º | 0.83% | 0.55% | - |
| HSV(B) | 304.4º | 0.81% | 0.92% | - |
| XYZ | 48.21 | 24.68 | 70.63 | - |
| YUV | 121.29 | 184.28 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 221 | 0 | 0.81 | 0.06 | 0.08 | 304.4 | 0.83 | 0.55 |
| Hex | EB | 2C | DD | 0 | 51 | 6 | 8 | 130 | 53 | 37 |
| Octal | 353 | 54 | 335 | 0 | 121 | 6 | 10 | 460 | 123 | 67 |
| Binary | 11101011 | 101100 | 11011101 | 0 | 1010001 | 110 | 1000 | 100110000 | 1010011 | 110111 |
Color Harmonies of #EB2CDD
Complementary color
Monochromatic Colors of #EB2CDD
Black with #EB2CDD
Text Example
Text Example
White with #EB2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2CDD; }
p { color: rgb(235,44,221); }
H1.HeaderClassName
{
color: #EB2CDD;
}
.AnyTagClassName
{
color: #EB2CDD;
}
</style>
background-color css
<style>
a { background-color: #EB2CDD; }
a { background-color: rgb(235,44,221); }
div.DivClassName
{
background-color: #EB2CDD;
}
.BgClassName
{
background-color: #EB2CDD;
}
</style>
border-color css
<style>
span { border-color: #EB2CDD; }
span { border-color: rgb(235,44,221); }
td.TdClassName
{
border-color: #EB2CDD;
}
.TagClassName
{
border-color: #EB2CDD;
}
</style>