Shades of Persian Rose #EC28A2
Tints of Persian Rose #EC28A2
RGB
CMYK
RGB Variations
Color information
#EC28A2 (or 0xEC28A2) is known color: Persian Rose. HEX triplet: EC, 28 and A2. RGB value is (236,40,162). Sum of RGB (Red+Green+Blue) = 236+40+162=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC28A2 is #13D75D. Grayscale: #707070. Windows color (decimal): -1300318 or 10627308. OLE color: 10627308.
HSL color Cylindrical-coordinate representation of color #EC28A2: hue angle of 322.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 #EC28A2 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 162 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.07 |
| HSL | 322.65º | 0.84% | 0.54% | - |
| HSV(B) | 322.65º | 0.83% | 0.93% | - |
| XYZ | 41.87 | 21.96 | 36.21 | - |
| YUV | 112.51 | 155.93 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 162 | 0 | 0.83 | 0.31 | 0.07 | 322.65 | 0.84 | 0.54 |
| Hex | EC | 28 | A2 | 0 | 53 | 1F | 7 | 143 | 54 | 36 |
| Octal | 354 | 50 | 242 | 0 | 123 | 37 | 7 | 503 | 124 | 66 |
| Binary | 11101100 | 101000 | 10100010 | 0 | 1010011 | 11111 | 111 | 101000011 | 1010100 | 110110 |
Color Harmonies of #EC28A2
Complementary color
Monochromatic Colors of #EC28A2
Black with #EC28A2
Text Example
Text Example
White with #EC28A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28A2; }
p { color: rgb(236,40,162); }
H1.HeaderClassName
{
color: #EC28A2;
}
.AnyTagClassName
{
color: #EC28A2;
}
</style>
background-color css
<style>
a { background-color: #EC28A2; }
a { background-color: rgb(236,40,162); }
div.DivClassName
{
background-color: #EC28A2;
}
.BgClassName
{
background-color: #EC28A2;
}
</style>
border-color css
<style>
span { border-color: #EC28A2; }
span { border-color: rgb(236,40,162); }
td.TdClassName
{
border-color: #EC28A2;
}
.TagClassName
{
border-color: #EC28A2;
}
</style>