Shades of Razzle Dazzle Rose #EB3CDD
Tints of Razzle Dazzle Rose #EB3CDD
RGB
CMYK
RGB Variations
Color information
#EB3CDD (or 0xEB3CDD) is known color: Razzle Dazzle Rose. HEX triplet: EB, 3C and DD. RGB value is (235,60,221). Sum of RGB (Red+Green+Blue) = 235+60+221=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 60 (23.83% from 255 or 11.63% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3CDD is #14C322. Grayscale: #828282. Windows color (decimal): -1360675 or 14499051. OLE color: 14499051.
HSL color Cylindrical-coordinate representation of color #EB3CDD: hue angle of 304.8º 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 #EB3CDD is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 221 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.08 |
| HSL | 304.8º | 0.81% | 0.58% | - |
| HSV(B) | 304.8º | 0.74% | 0.92% | - |
| XYZ | 48.93 | 26.11 | 70.87 | - |
| YUV | 130.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 221 | 0 | 0.74 | 0.06 | 0.08 | 304.8 | 0.81 | 0.58 |
| Hex | EB | 3C | DD | 0 | 4A | 6 | 8 | 131 | 51 | 3A |
| Octal | 353 | 74 | 335 | 0 | 112 | 6 | 10 | 461 | 121 | 72 |
| Binary | 11101011 | 111100 | 11011101 | 0 | 1001010 | 110 | 1000 | 100110001 | 1010001 | 111010 |
Color Harmonies of #EB3CDD
Complementary color
Monochromatic Colors of #EB3CDD
Black with #EB3CDD
Text Example
Text Example
White with #EB3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3CDD; }
p { color: rgb(235,60,221); }
H1.HeaderClassName
{
color: #EB3CDD;
}
.AnyTagClassName
{
color: #EB3CDD;
}
</style>
background-color css
<style>
a { background-color: #EB3CDD; }
a { background-color: rgb(235,60,221); }
div.DivClassName
{
background-color: #EB3CDD;
}
.BgClassName
{
background-color: #EB3CDD;
}
</style>
border-color css
<style>
span { border-color: #EB3CDD; }
span { border-color: rgb(235,60,221); }
td.TdClassName
{
border-color: #EB3CDD;
}
.TagClassName
{
border-color: #EB3CDD;
}
</style>