Shades of Razzle Dazzle Rose #EC28D3
Tints of Razzle Dazzle Rose #EC28D3
RGB
CMYK
RGB Variations
Color information
#EC28D3 (or 0xEC28D3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 28 and D3. RGB value is (236,40,211). Sum of RGB (Red+Green+Blue) = 236+40+211=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 211 (82.81% from 255 or 43.33% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC28D3 is #13D72C. Grayscale: #757575. Windows color (decimal): -1300269 or 13838572. OLE color: 13838572.
HSL color Cylindrical-coordinate representation of color #EC28D3: hue angle of 307.65º 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 #EC28D3 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 211 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.07 |
| HSL | 307.65º | 0.84% | 0.54% | - |
| HSV(B) | 307.65º | 0.83% | 0.93% | - |
| XYZ | 47.11 | 24.05 | 63.79 | - |
| YUV | 118.1 | 180.43 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 211 | 0 | 0.83 | 0.11 | 0.07 | 307.65 | 0.84 | 0.54 |
| Hex | EC | 28 | D3 | 0 | 53 | B | 7 | 134 | 54 | 36 |
| Octal | 354 | 50 | 323 | 0 | 123 | 13 | 7 | 464 | 124 | 66 |
| Binary | 11101100 | 101000 | 11010011 | 0 | 1010011 | 1011 | 111 | 100110100 | 1010100 | 110110 |
Color Harmonies of #EC28D3
Complementary color
Monochromatic Colors of #EC28D3
Black with #EC28D3
Text Example
Text Example
White with #EC28D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28D3; }
p { color: rgb(236,40,211); }
H1.HeaderClassName
{
color: #EC28D3;
}
.AnyTagClassName
{
color: #EC28D3;
}
</style>
background-color css
<style>
a { background-color: #EC28D3; }
a { background-color: rgb(236,40,211); }
div.DivClassName
{
background-color: #EC28D3;
}
.BgClassName
{
background-color: #EC28D3;
}
</style>
border-color css
<style>
span { border-color: #EC28D3; }
span { border-color: rgb(236,40,211); }
td.TdClassName
{
border-color: #EC28D3;
}
.TagClassName
{
border-color: #EC28D3;
}
</style>