Shades of Razzle Dazzle Rose #EC28E4
Tints of Razzle Dazzle Rose #EC28E4
RGB
CMYK
RGB Variations
Color information
#EC28E4 (or 0xEC28E4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 28 and E4. RGB value is (236,40,228). Sum of RGB (Red+Green+Blue) = 236+40+228=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 40 (16.02% from 255 or 7.94% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC28E4 is #13D71B. Grayscale: #777777. Windows color (decimal): -1300252 or 14952684. OLE color: 14952684.
HSL color Cylindrical-coordinate representation of color #EC28E4: hue angle of 302.45º degrees, saturation: 0.84, 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 #EC28E4 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 228 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.07 |
| HSL | 302.45º | 0.84% | 0.54% | - |
| HSV(B) | 302.45º | 0.83% | 0.93% | - |
| XYZ | 49.35 | 24.95 | 75.61 | - |
| YUV | 120.04 | 188.93 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 228 | 0 | 0.83 | 0.03 | 0.07 | 302.45 | 0.84 | 0.54 |
| Hex | EC | 28 | E4 | 0 | 53 | 3 | 7 | 12E | 54 | 36 |
| Octal | 354 | 50 | 344 | 0 | 123 | 3 | 7 | 456 | 124 | 66 |
| Binary | 11101100 | 101000 | 11100100 | 0 | 1010011 | 11 | 111 | 100101110 | 1010100 | 110110 |
Color Harmonies of #EC28E4
Complementary color
Monochromatic Colors of #EC28E4
Black with #EC28E4
Text Example
Text Example
White with #EC28E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28E4; }
p { color: rgb(236,40,228); }
H1.HeaderClassName
{
color: #EC28E4;
}
.AnyTagClassName
{
color: #EC28E4;
}
</style>
background-color css
<style>
a { background-color: #EC28E4; }
a { background-color: rgb(236,40,228); }
div.DivClassName
{
background-color: #EC28E4;
}
.BgClassName
{
background-color: #EC28E4;
}
</style>
border-color css
<style>
span { border-color: #EC28E4; }
span { border-color: rgb(236,40,228); }
td.TdClassName
{
border-color: #EC28E4;
}
.TagClassName
{
border-color: #EC28E4;
}
</style>