Shades of Persian Rose #EC26A5
Tints of Persian Rose #EC26A5
RGB
CMYK
RGB Variations
Color information
#EC26A5 (or 0xEC26A5) is known color: Persian Rose. HEX triplet: EC, 26 and A5. RGB value is (236,38,165). Sum of RGB (Red+Green+Blue) = 236+38+165=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC26A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC26A5 is #13D95A. Grayscale: #6F6F6F. Windows color (decimal): -1300827 or 10823404. OLE color: 10823404.
HSL color Cylindrical-coordinate representation of color #EC26A5: hue angle of 321.52º 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 #EC26A5 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 165 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.07 |
| HSL | 321.52º | 0.84% | 0.54% | - |
| HSV(B) | 321.52º | 0.84% | 0.93% | - |
| XYZ | 42.08 | 21.94 | 37.61 | - |
| YUV | 111.68 | 158.1 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 165 | 0 | 0.84 | 0.30 | 0.07 | 321.52 | 0.84 | 0.54 |
| Hex | EC | 26 | A5 | 0 | 54 | 1E | 7 | 142 | 54 | 36 |
| Octal | 354 | 46 | 245 | 0 | 124 | 36 | 7 | 502 | 124 | 66 |
| Binary | 11101100 | 100110 | 10100101 | 0 | 1010100 | 11110 | 111 | 101000010 | 1010100 | 110110 |
Color Harmonies of #EC26A5
Complementary color
Monochromatic Colors of #EC26A5
Black with #EC26A5
Text Example
Text Example
White with #EC26A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC26A5; }
p { color: rgb(236,38,165); }
H1.HeaderClassName
{
color: #EC26A5;
}
.AnyTagClassName
{
color: #EC26A5;
}
</style>
background-color css
<style>
a { background-color: #EC26A5; }
a { background-color: rgb(236,38,165); }
div.DivClassName
{
background-color: #EC26A5;
}
.BgClassName
{
background-color: #EC26A5;
}
</style>
border-color css
<style>
span { border-color: #EC26A5; }
span { border-color: rgb(236,38,165); }
td.TdClassName
{
border-color: #EC26A5;
}
.TagClassName
{
border-color: #EC26A5;
}
</style>