Shades of Persian Rose #EC26A9
Tints of Persian Rose #EC26A9
RGB
CMYK
RGB Variations
Color information
#EC26A9 (or 0xEC26A9) is known color: Persian Rose. HEX triplet: EC, 26 and A9. RGB value is (236,38,169). Sum of RGB (Red+Green+Blue) = 236+38+169=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC26A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC26A9 is #13D956. Grayscale: #6F6F6F. Windows color (decimal): -1300823 or 11085548. OLE color: 11085548.
HSL color Cylindrical-coordinate representation of color #EC26A9: hue angle of 320.3º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC26A9 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 169 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.07 |
| HSL | 320.3º | 0.84% | 0.54% | - |
| HSV(B) | 320.3º | 0.84% | 0.93% | - |
| XYZ | 42.45 | 22.08 | 39.56 | - |
| YUV | 112.14 | 160.1 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 169 | 0 | 0.84 | 0.28 | 0.07 | 320.3 | 0.84 | 0.54 |
| Hex | EC | 26 | A9 | 0 | 54 | 1C | 7 | 140 | 54 | 36 |
| Octal | 354 | 46 | 251 | 0 | 124 | 34 | 7 | 500 | 124 | 66 |
| Binary | 11101100 | 100110 | 10101001 | 0 | 1010100 | 11100 | 111 | 101000000 | 1010100 | 110110 |
Color Harmonies of #EC26A9
Complementary color
Monochromatic Colors of #EC26A9
Black with #EC26A9
Text Example
Text Example
White with #EC26A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC26A9; }
p { color: rgb(236,38,169); }
H1.HeaderClassName
{
color: #EC26A9;
}
.AnyTagClassName
{
color: #EC26A9;
}
</style>
background-color css
<style>
a { background-color: #EC26A9; }
a { background-color: rgb(236,38,169); }
div.DivClassName
{
background-color: #EC26A9;
}
.BgClassName
{
background-color: #EC26A9;
}
</style>
border-color css
<style>
span { border-color: #EC26A9; }
span { border-color: rgb(236,38,169); }
td.TdClassName
{
border-color: #EC26A9;
}
.TagClassName
{
border-color: #EC26A9;
}
</style>