Shades of Persian Rose #EC3CAE
Tints of Persian Rose #EC3CAE
RGB
CMYK
RGB Variations
Color information
#EC3CAE (or 0xEC3CAE) is known color: Persian Rose. HEX triplet: EC, 3C and AE. RGB value is (236,60,174). Sum of RGB (Red+Green+Blue) = 236+60+174=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3CAE is #13C351. Grayscale: #7D7D7D. Windows color (decimal): -1295186 or 11418860. OLE color: 11418860.
HSL color Cylindrical-coordinate representation of color #EC3CAE: hue angle of 321.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3CAE is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 174 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.07 |
| HSL | 321.14º | 0.82% | 0.58% | - |
| HSV(B) | 321.14º | 0.75% | 0.93% | - |
| XYZ | 43.85 | 24.12 | 42.39 | - |
| YUV | 125.62 | 155.31 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 174 | 0 | 0.75 | 0.26 | 0.07 | 321.14 | 0.82 | 0.58 |
| Hex | EC | 3C | AE | 0 | 4B | 1A | 7 | 141 | 52 | 3A |
| Octal | 354 | 74 | 256 | 0 | 113 | 32 | 7 | 501 | 122 | 72 |
| Binary | 11101100 | 111100 | 10101110 | 0 | 1001011 | 11010 | 111 | 101000001 | 1010010 | 111010 |
Color Harmonies of #EC3CAE
Complementary color
Monochromatic Colors of #EC3CAE
Black with #EC3CAE
Text Example
Text Example
White with #EC3CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CAE; }
p { color: rgb(236,60,174); }
H1.HeaderClassName
{
color: #EC3CAE;
}
.AnyTagClassName
{
color: #EC3CAE;
}
</style>
background-color css
<style>
a { background-color: #EC3CAE; }
a { background-color: rgb(236,60,174); }
div.DivClassName
{
background-color: #EC3CAE;
}
.BgClassName
{
background-color: #EC3CAE;
}
</style>
border-color css
<style>
span { border-color: #EC3CAE; }
span { border-color: rgb(236,60,174); }
td.TdClassName
{
border-color: #EC3CAE;
}
.TagClassName
{
border-color: #EC3CAE;
}
</style>