Shades of Persian Rose #EC28A0
Tints of Persian Rose #EC28A0
RGB
CMYK
RGB Variations
Color information
#EC28A0 (or 0xEC28A0) is known color: Persian Rose. HEX triplet: EC, 28 and A0. RGB value is (236,40,160). Sum of RGB (Red+Green+Blue) = 236+40+160=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC28A0 is #13D75F. Grayscale: #707070. Windows color (decimal): -1300320 or 10496236. OLE color: 10496236.
HSL color Cylindrical-coordinate representation of color #EC28A0: hue angle of 323.27º 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 #EC28A0 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 160 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.07 |
| HSL | 323.27º | 0.84% | 0.54% | - |
| HSV(B) | 323.27º | 0.83% | 0.93% | - |
| XYZ | 41.7 | 21.89 | 35.28 | - |
| YUV | 112.28 | 154.93 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 160 | 0 | 0.83 | 0.32 | 0.07 | 323.27 | 0.84 | 0.54 |
| Hex | EC | 28 | A0 | 0 | 53 | 20 | 7 | 143 | 54 | 36 |
| Octal | 354 | 50 | 240 | 0 | 123 | 40 | 7 | 503 | 124 | 66 |
| Binary | 11101100 | 101000 | 10100000 | 0 | 1010011 | 100000 | 111 | 101000011 | 1010100 | 110110 |
Color Harmonies of #EC28A0
Complementary color
Monochromatic Colors of #EC28A0
Black with #EC28A0
Text Example
Text Example
White with #EC28A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28A0; }
p { color: rgb(236,40,160); }
H1.HeaderClassName
{
color: #EC28A0;
}
.AnyTagClassName
{
color: #EC28A0;
}
</style>
background-color css
<style>
a { background-color: #EC28A0; }
a { background-color: rgb(236,40,160); }
div.DivClassName
{
background-color: #EC28A0;
}
.BgClassName
{
background-color: #EC28A0;
}
</style>
border-color css
<style>
span { border-color: #EC28A0; }
span { border-color: rgb(236,40,160); }
td.TdClassName
{
border-color: #EC28A0;
}
.TagClassName
{
border-color: #EC28A0;
}
</style>