Shades of Persian Rose #EC2FAC
Tints of Persian Rose #EC2FAC
RGB
CMYK
RGB Variations
Color information
#EC2FAC (or 0xEC2FAC) is known color: Persian Rose. HEX triplet: EC, 2F and AC. RGB value is (236,47,172). Sum of RGB (Red+Green+Blue) = 236+47+172=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2FAC is #13D053. Grayscale: #757575. Windows color (decimal): -1298516 or 11284460. OLE color: 11284460.
HSL color Cylindrical-coordinate representation of color #EC2FAC: hue angle of 320.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2FAC is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 172 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.07 |
| HSL | 320.32º | 0.83% | 0.55% | - |
| HSV(B) | 320.32º | 0.8% | 0.93% | - |
| XYZ | 43.05 | 22.84 | 41.17 | - |
| YUV | 117.76 | 158.62 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 172 | 0 | 0.80 | 0.27 | 0.07 | 320.32 | 0.83 | 0.55 |
| Hex | EC | 2F | AC | 0 | 50 | 1B | 7 | 140 | 53 | 37 |
| Octal | 354 | 57 | 254 | 0 | 120 | 33 | 7 | 500 | 123 | 67 |
| Binary | 11101100 | 101111 | 10101100 | 0 | 1010000 | 11011 | 111 | 101000000 | 1010011 | 110111 |
Color Harmonies of #EC2FAC
Complementary color
Monochromatic Colors of #EC2FAC
Black with #EC2FAC
Text Example
Text Example
White with #EC2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FAC; }
p { color: rgb(236,47,172); }
H1.HeaderClassName
{
color: #EC2FAC;
}
.AnyTagClassName
{
color: #EC2FAC;
}
</style>
background-color css
<style>
a { background-color: #EC2FAC; }
a { background-color: rgb(236,47,172); }
div.DivClassName
{
background-color: #EC2FAC;
}
.BgClassName
{
background-color: #EC2FAC;
}
</style>
border-color css
<style>
span { border-color: #EC2FAC; }
span { border-color: rgb(236,47,172); }
td.TdClassName
{
border-color: #EC2FAC;
}
.TagClassName
{
border-color: #EC2FAC;
}
</style>