Shades of Razzle Dazzle Rose #EC28CC
Tints of Razzle Dazzle Rose #EC28CC
RGB
CMYK
RGB Variations
Color information
#EC28CC (or 0xEC28CC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 28 and CC. RGB value is (236,40,204). Sum of RGB (Red+Green+Blue) = 236+40+204=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC28CC is #13D733. Grayscale: #747474. Windows color (decimal): -1300276 or 13379820. OLE color: 13379820.
HSL color Cylindrical-coordinate representation of color #EC28CC: hue angle of 309.8º 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 #EC28CC is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 204 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.07 |
| HSL | 309.8º | 0.84% | 0.54% | - |
| HSV(B) | 309.8º | 0.83% | 0.93% | - |
| XYZ | 46.25 | 23.71 | 59.27 | - |
| YUV | 117.3 | 176.93 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 204 | 0 | 0.83 | 0.14 | 0.07 | 309.8 | 0.84 | 0.54 |
| Hex | EC | 28 | CC | 0 | 53 | E | 7 | 136 | 54 | 36 |
| Octal | 354 | 50 | 314 | 0 | 123 | 16 | 7 | 466 | 124 | 66 |
| Binary | 11101100 | 101000 | 11001100 | 0 | 1010011 | 1110 | 111 | 100110110 | 1010100 | 110110 |
Color Harmonies of #EC28CC
Complementary color
Monochromatic Colors of #EC28CC
Black with #EC28CC
Text Example
Text Example
White with #EC28CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28CC; }
p { color: rgb(236,40,204); }
H1.HeaderClassName
{
color: #EC28CC;
}
.AnyTagClassName
{
color: #EC28CC;
}
</style>
background-color css
<style>
a { background-color: #EC28CC; }
a { background-color: rgb(236,40,204); }
div.DivClassName
{
background-color: #EC28CC;
}
.BgClassName
{
background-color: #EC28CC;
}
</style>
border-color css
<style>
span { border-color: #EC28CC; }
span { border-color: rgb(236,40,204); }
td.TdClassName
{
border-color: #EC28CC;
}
.TagClassName
{
border-color: #EC28CC;
}
</style>