Shades of Persian Rose #EC32A5
Tints of Persian Rose #EC32A5
RGB
CMYK
RGB Variations
Color information
#EC32A5 (or 0xEC32A5) is known color: Persian Rose. HEX triplet: EC, 32 and A5. RGB value is (236,50,165). Sum of RGB (Red+Green+Blue) = 236+50+165=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC32A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC32A5 is #13CD5A. Grayscale: #767676. Windows color (decimal): -1297755 or 10826476. OLE color: 10826476.
HSL color Cylindrical-coordinate representation of color #EC32A5: hue angle of 322.9º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC32A5 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 165 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.07 |
| HSL | 322.9º | 0.83% | 0.56% | - |
| HSV(B) | 322.9º | 0.79% | 0.93% | - |
| XYZ | 42.52 | 22.83 | 37.76 | - |
| YUV | 118.72 | 154.12 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 165 | 0 | 0.79 | 0.30 | 0.07 | 322.9 | 0.83 | 0.56 |
| Hex | EC | 32 | A5 | 0 | 4F | 1E | 7 | 143 | 53 | 38 |
| Octal | 354 | 62 | 245 | 0 | 117 | 36 | 7 | 503 | 123 | 70 |
| Binary | 11101100 | 110010 | 10100101 | 0 | 1001111 | 11110 | 111 | 101000011 | 1010011 | 111000 |
Color Harmonies of #EC32A5
Complementary color
Monochromatic Colors of #EC32A5
Black with #EC32A5
Text Example
Text Example
White with #EC32A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC32A5; }
p { color: rgb(236,50,165); }
H1.HeaderClassName
{
color: #EC32A5;
}
.AnyTagClassName
{
color: #EC32A5;
}
</style>
background-color css
<style>
a { background-color: #EC32A5; }
a { background-color: rgb(236,50,165); }
div.DivClassName
{
background-color: #EC32A5;
}
.BgClassName
{
background-color: #EC32A5;
}
</style>
border-color css
<style>
span { border-color: #EC32A5; }
span { border-color: rgb(236,50,165); }
td.TdClassName
{
border-color: #EC32A5;
}
.TagClassName
{
border-color: #EC32A5;
}
</style>