Shades of Razzle Dazzle Rose #EC28ED
Tints of Razzle Dazzle Rose #EC28ED
RGB
CMYK
RGB Variations
Color information
#EC28ED (or 0xEC28ED) is known color: Razzle Dazzle Rose. HEX triplet: EC, 28 and ED. RGB value is (236,40,237). Sum of RGB (Red+Green+Blue) = 236+40+237=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 40 (16.02% from 255 or 7.80% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC28ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC28ED is #13D712. Grayscale: #787878. Windows color (decimal): -1300243 or 15542508. OLE color: 15542508.
HSL color Cylindrical-coordinate representation of color #EC28ED: hue angle of 299.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC28ED is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 237 | - |
| CMYK | 0.00 | 0.83 | 0 | 0.07 |
| HSL | 299.7º | 0.85% | 0.54% | - |
| HSV(B) | 299.7º | 0.83% | 0.93% | - |
| XYZ | 50.64 | 25.46 | 82.37 | - |
| YUV | 121.06 | 193.43 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 237 | 0.00 | 0.83 | 0 | 0.07 | 299.7 | 0.85 | 0.54 |
| Hex | EC | 28 | ED | 0 | 53 | 0 | 7 | 12C | 55 | 36 |
| Octal | 354 | 50 | 355 | 0 | 123 | 0 | 7 | 454 | 125 | 66 |
| Binary | 11101100 | 101000 | 11101101 | 0 | 1010011 | 0 | 111 | 100101100 | 1010101 | 110110 |
Color Harmonies of #EC28ED
Complementary color
Monochromatic Colors of #EC28ED
Black with #EC28ED
Text Example
Text Example
White with #EC28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28ED; }
p { color: rgb(236,40,237); }
H1.HeaderClassName
{
color: #EC28ED;
}
.AnyTagClassName
{
color: #EC28ED;
}
</style>
background-color css
<style>
a { background-color: #EC28ED; }
a { background-color: rgb(236,40,237); }
div.DivClassName
{
background-color: #EC28ED;
}
.BgClassName
{
background-color: #EC28ED;
}
</style>
border-color css
<style>
span { border-color: #EC28ED; }
span { border-color: rgb(236,40,237); }
td.TdClassName
{
border-color: #EC28ED;
}
.TagClassName
{
border-color: #EC28ED;
}
</style>