Shades of Razzle Dazzle Rose #EC30CE
Tints of Razzle Dazzle Rose #EC30CE
RGB
CMYK
RGB Variations
Color information
#EC30CE (or 0xEC30CE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and CE. RGB value is (236,48,206). Sum of RGB (Red+Green+Blue) = 236+48+206=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30CE is #13CF31. Grayscale: #797979. Windows color (decimal): -1298226 or 13512940. OLE color: 13512940.
HSL color Cylindrical-coordinate representation of color #EC30CE: hue angle of 309.57º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30CE is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 206 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.07 |
| HSL | 309.57º | 0.83% | 0.56% | - |
| HSV(B) | 309.57º | 0.8% | 0.93% | - |
| XYZ | 46.79 | 24.4 | 60.64 | - |
| YUV | 122.22 | 175.28 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 206 | 0 | 0.80 | 0.13 | 0.07 | 309.57 | 0.83 | 0.56 |
| Hex | EC | 30 | CE | 0 | 50 | D | 7 | 136 | 53 | 38 |
| Octal | 354 | 60 | 316 | 0 | 120 | 15 | 7 | 466 | 123 | 70 |
| Binary | 11101100 | 110000 | 11001110 | 0 | 1010000 | 1101 | 111 | 100110110 | 1010011 | 111000 |
Color Harmonies of #EC30CE
Complementary color
Monochromatic Colors of #EC30CE
Black with #EC30CE
Text Example
Text Example
White with #EC30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC30CE; }
p { color: rgb(236,48,206); }
H1.HeaderClassName
{
color: #EC30CE;
}
.AnyTagClassName
{
color: #EC30CE;
}
</style>
background-color css
<style>
a { background-color: #EC30CE; }
a { background-color: rgb(236,48,206); }
div.DivClassName
{
background-color: #EC30CE;
}
.BgClassName
{
background-color: #EC30CE;
}
</style>
border-color css
<style>
span { border-color: #EC30CE; }
span { border-color: rgb(236,48,206); }
td.TdClassName
{
border-color: #EC30CE;
}
.TagClassName
{
border-color: #EC30CE;
}
</style>