Shades of Razzle Dazzle Rose #EC28EA
Tints of Razzle Dazzle Rose #EC28EA
RGB
CMYK
RGB Variations
Color information
#EC28EA (or 0xEC28EA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 28 and EA. RGB value is (236,40,234). Sum of RGB (Red+Green+Blue) = 236+40+234=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 40 (16.02% from 255 or 7.84% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC28EA is #13D715. Grayscale: #787878. Windows color (decimal): -1300246 or 15345900. OLE color: 15345900.
HSL color Cylindrical-coordinate representation of color #EC28EA: hue angle of 300.61º 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 #EC28EA is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 234 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.07 |
| HSL | 300.61º | 0.84% | 0.54% | - |
| HSV(B) | 300.61º | 0.83% | 0.93% | - |
| XYZ | 50.2 | 25.29 | 80.08 | - |
| YUV | 120.72 | 191.93 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 234 | 0 | 0.83 | 0.01 | 0.07 | 300.61 | 0.84 | 0.54 |
| Hex | EC | 28 | EA | 0 | 53 | 1 | 7 | 12D | 54 | 36 |
| Octal | 354 | 50 | 352 | 0 | 123 | 1 | 7 | 455 | 124 | 66 |
| Binary | 11101100 | 101000 | 11101010 | 0 | 1010011 | 1 | 111 | 100101101 | 1010100 | 110110 |
Color Harmonies of #EC28EA
Complementary color
Monochromatic Colors of #EC28EA
Black with #EC28EA
Text Example
Text Example
White with #EC28EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28EA; }
p { color: rgb(236,40,234); }
H1.HeaderClassName
{
color: #EC28EA;
}
.AnyTagClassName
{
color: #EC28EA;
}
</style>
background-color css
<style>
a { background-color: #EC28EA; }
a { background-color: rgb(236,40,234); }
div.DivClassName
{
background-color: #EC28EA;
}
.BgClassName
{
background-color: #EC28EA;
}
</style>
border-color css
<style>
span { border-color: #EC28EA; }
span { border-color: rgb(236,40,234); }
td.TdClassName
{
border-color: #EC28EA;
}
.TagClassName
{
border-color: #EC28EA;
}
</style>