Shades of Persian Rose #EC32AB
Tints of Persian Rose #EC32AB
RGB
CMYK
RGB Variations
Color information
#EC32AB (or 0xEC32AB) is known color: Persian Rose. HEX triplet: EC, 32 and AB. RGB value is (236,50,171). Sum of RGB (Red+Green+Blue) = 236+50+171=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC32AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC32AB is #13CD54. Grayscale: #777777. Windows color (decimal): -1297749 or 11219692. OLE color: 11219692.
HSL color Cylindrical-coordinate representation of color #EC32AB: hue angle of 320.97º 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 #EC32AB is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 171 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.07 |
| HSL | 320.97º | 0.83% | 0.56% | - |
| HSV(B) | 320.97º | 0.79% | 0.93% | - |
| XYZ | 43.08 | 23.05 | 40.71 | - |
| YUV | 119.41 | 157.12 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 171 | 0 | 0.79 | 0.28 | 0.07 | 320.97 | 0.83 | 0.56 |
| Hex | EC | 32 | AB | 0 | 4F | 1C | 7 | 141 | 53 | 38 |
| Octal | 354 | 62 | 253 | 0 | 117 | 34 | 7 | 501 | 123 | 70 |
| Binary | 11101100 | 110010 | 10101011 | 0 | 1001111 | 11100 | 111 | 101000001 | 1010011 | 111000 |
Color Harmonies of #EC32AB
Complementary color
Monochromatic Colors of #EC32AB
Black with #EC32AB
Text Example
Text Example
White with #EC32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC32AB; }
p { color: rgb(236,50,171); }
H1.HeaderClassName
{
color: #EC32AB;
}
.AnyTagClassName
{
color: #EC32AB;
}
</style>
background-color css
<style>
a { background-color: #EC32AB; }
a { background-color: rgb(236,50,171); }
div.DivClassName
{
background-color: #EC32AB;
}
.BgClassName
{
background-color: #EC32AB;
}
</style>
border-color css
<style>
span { border-color: #EC32AB; }
span { border-color: rgb(236,50,171); }
td.TdClassName
{
border-color: #EC32AB;
}
.TagClassName
{
border-color: #EC32AB;
}
</style>