Shades of Persian Rose #EC2CAF
Tints of Persian Rose #EC2CAF
RGB
CMYK
RGB Variations
Color information
#EC2CAF (or 0xEC2CAF) is known color: Persian Rose. HEX triplet: EC, 2C and AF. RGB value is (236,44,175). Sum of RGB (Red+Green+Blue) = 236+44+175=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2CAF is #13D350. Grayscale: #747474. Windows color (decimal): -1299281 or 11480300. OLE color: 11480300.
HSL color Cylindrical-coordinate representation of color #EC2CAF: hue angle of 319.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2CAF is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 44 | 175 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.07 |
| HSL | 319.06º | 0.83% | 0.55% | - |
| HSV(B) | 319.06º | 0.81% | 0.93% | - |
| XYZ | 43.23 | 22.73 | 42.67 | - |
| YUV | 116.34 | 161.11 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 44 | 175 | 0 | 0.81 | 0.26 | 0.07 | 319.06 | 0.83 | 0.55 |
| Hex | EC | 2C | AF | 0 | 51 | 1A | 7 | 13F | 53 | 37 |
| Octal | 354 | 54 | 257 | 0 | 121 | 32 | 7 | 477 | 123 | 67 |
| Binary | 11101100 | 101100 | 10101111 | 0 | 1010001 | 11010 | 111 | 100111111 | 1010011 | 110111 |
Color Harmonies of #EC2CAF
Complementary color
Monochromatic Colors of #EC2CAF
Black with #EC2CAF
Text Example
Text Example
White with #EC2CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2CAF; }
p { color: rgb(236,44,175); }
H1.HeaderClassName
{
color: #EC2CAF;
}
.AnyTagClassName
{
color: #EC2CAF;
}
</style>
background-color css
<style>
a { background-color: #EC2CAF; }
a { background-color: rgb(236,44,175); }
div.DivClassName
{
background-color: #EC2CAF;
}
.BgClassName
{
background-color: #EC2CAF;
}
</style>
border-color css
<style>
span { border-color: #EC2CAF; }
span { border-color: rgb(236,44,175); }
td.TdClassName
{
border-color: #EC2CAF;
}
.TagClassName
{
border-color: #EC2CAF;
}
</style>