Shades of Persian Rose #EC32AE
Tints of Persian Rose #EC32AE
RGB
CMYK
RGB Variations
Color information
#EC32AE (or 0xEC32AE) is known color: Persian Rose. HEX triplet: EC, 32 and AE. RGB value is (236,50,174). Sum of RGB (Red+Green+Blue) = 236+50+174=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC32AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC32AE is #13CD51. Grayscale: #777777. Windows color (decimal): -1297746 or 11416300. OLE color: 11416300.
HSL color Cylindrical-coordinate representation of color #EC32AE: hue angle of 320º 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 #EC32AE is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 174 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.07 |
| HSL | 320º | 0.83% | 0.56% | - |
| HSV(B) | 320º | 0.79% | 0.93% | - |
| XYZ | 43.37 | 23.17 | 42.23 | - |
| YUV | 119.75 | 158.62 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 174 | 0 | 0.79 | 0.26 | 0.07 | 320 | 0.83 | 0.56 |
| Hex | EC | 32 | AE | 0 | 4F | 1A | 7 | 140 | 53 | 38 |
| Octal | 354 | 62 | 256 | 0 | 117 | 32 | 7 | 500 | 123 | 70 |
| Binary | 11101100 | 110010 | 10101110 | 0 | 1001111 | 11010 | 111 | 101000000 | 1010011 | 111000 |
Color Harmonies of #EC32AE
Complementary color
Monochromatic Colors of #EC32AE
Black with #EC32AE
Text Example
Text Example
White with #EC32AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC32AE; }
p { color: rgb(236,50,174); }
H1.HeaderClassName
{
color: #EC32AE;
}
.AnyTagClassName
{
color: #EC32AE;
}
</style>
background-color css
<style>
a { background-color: #EC32AE; }
a { background-color: rgb(236,50,174); }
div.DivClassName
{
background-color: #EC32AE;
}
.BgClassName
{
background-color: #EC32AE;
}
</style>
border-color css
<style>
span { border-color: #EC32AE; }
span { border-color: rgb(236,50,174); }
td.TdClassName
{
border-color: #EC32AE;
}
.TagClassName
{
border-color: #EC32AE;
}
</style>