Shades of Razzle Dazzle Rose #EC30EB
Tints of Razzle Dazzle Rose #EC30EB
RGB
CMYK
RGB Variations
Color information
#EC30EB (or 0xEC30EB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and EB. RGB value is (236,48,235). Sum of RGB (Red+Green+Blue) = 236+48+235=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 48 (19.14% from 255 or 9.25% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC30EB is #13CF14. Grayscale: #7C7C7C. Windows color (decimal): -1298197 or 15413484. OLE color: 15413484.
HSL color Cylindrical-coordinate representation of color #EC30EB: hue angle of 300.32º 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 #EC30EB is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 235 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.07 |
| HSL | 300.32º | 0.83% | 0.56% | - |
| HSV(B) | 300.32º | 0.8% | 0.93% | - |
| XYZ | 50.64 | 25.94 | 80.94 | - |
| YUV | 125.53 | 189.78 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 235 | 0 | 0.80 | 0.00 | 0.07 | 300.32 | 0.83 | 0.56 |
| Hex | EC | 30 | EB | 0 | 50 | 0 | 7 | 12C | 53 | 38 |
| Octal | 354 | 60 | 353 | 0 | 120 | 0 | 7 | 454 | 123 | 70 |
| Binary | 11101100 | 110000 | 11101011 | 0 | 1010000 | 0 | 111 | 100101100 | 1010011 | 111000 |
Color Harmonies of #EC30EB
Complementary color
Monochromatic Colors of #EC30EB
Black with #EC30EB
Text Example
Text Example
White with #EC30EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC30EB; }
p { color: rgb(236,48,235); }
H1.HeaderClassName
{
color: #EC30EB;
}
.AnyTagClassName
{
color: #EC30EB;
}
</style>
background-color css
<style>
a { background-color: #EC30EB; }
a { background-color: rgb(236,48,235); }
div.DivClassName
{
background-color: #EC30EB;
}
.BgClassName
{
background-color: #EC30EB;
}
</style>
border-color css
<style>
span { border-color: #EC30EB; }
span { border-color: rgb(236,48,235); }
td.TdClassName
{
border-color: #EC30EB;
}
.TagClassName
{
border-color: #EC30EB;
}
</style>