Shades of Razzle Dazzle Rose #EC3BD8
Tints of Razzle Dazzle Rose #EC3BD8
RGB
CMYK
RGB Variations
Color information
#EC3BD8 (or 0xEC3BD8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3B and D8. RGB value is (236,59,216). Sum of RGB (Red+Green+Blue) = 236+59+216=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3BD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3BD8 is #13C427. Grayscale: #818181. Windows color (decimal): -1295400 or 14171116. OLE color: 14171116.
HSL color Cylindrical-coordinate representation of color #EC3BD8: hue angle of 306.78º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3BD8 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 216 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.07 |
| HSL | 306.78º | 0.82% | 0.58% | - |
| HSV(B) | 306.78º | 0.75% | 0.93% | - |
| XYZ | 48.55 | 25.92 | 67.41 | - |
| YUV | 129.82 | 176.64 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 216 | 0 | 0.75 | 0.08 | 0.07 | 306.78 | 0.82 | 0.58 |
| Hex | EC | 3B | D8 | 0 | 4B | 8 | 7 | 133 | 52 | 3A |
| Octal | 354 | 73 | 330 | 0 | 113 | 10 | 7 | 463 | 122 | 72 |
| Binary | 11101100 | 111011 | 11011000 | 0 | 1001011 | 1000 | 111 | 100110011 | 1010010 | 111010 |
Color Harmonies of #EC3BD8
Complementary color
Monochromatic Colors of #EC3BD8
Black with #EC3BD8
Text Example
Text Example
White with #EC3BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3BD8; }
p { color: rgb(236,59,216); }
H1.HeaderClassName
{
color: #EC3BD8;
}
.AnyTagClassName
{
color: #EC3BD8;
}
</style>
background-color css
<style>
a { background-color: #EC3BD8; }
a { background-color: rgb(236,59,216); }
div.DivClassName
{
background-color: #EC3BD8;
}
.BgClassName
{
background-color: #EC3BD8;
}
</style>
border-color css
<style>
span { border-color: #EC3BD8; }
span { border-color: rgb(236,59,216); }
td.TdClassName
{
border-color: #EC3BD8;
}
.TagClassName
{
border-color: #EC3BD8;
}
</style>