Shades of Persian Rose #EC3FAC
Tints of Persian Rose #EC3FAC
RGB
CMYK
RGB Variations
Color information
#EC3FAC (or 0xEC3FAC) is known color: Persian Rose. HEX triplet: EC, 3F and AC. RGB value is (236,63,172). Sum of RGB (Red+Green+Blue) = 236+63+172=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3FAC is #13C053. Grayscale: #7E7E7E. Windows color (decimal): -1294420 or 11288556. OLE color: 11288556.
HSL color Cylindrical-coordinate representation of color #EC3FAC: hue angle of 322.2º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3FAC is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 172 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.07 |
| HSL | 322.2º | 0.82% | 0.59% | - |
| HSV(B) | 322.2º | 0.73% | 0.93% | - |
| XYZ | 43.82 | 24.37 | 41.42 | - |
| YUV | 127.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 172 | 0 | 0.73 | 0.27 | 0.07 | 322.2 | 0.82 | 0.59 |
| Hex | EC | 3F | AC | 0 | 49 | 1B | 7 | 142 | 52 | 3B |
| Octal | 354 | 77 | 254 | 0 | 111 | 33 | 7 | 502 | 122 | 73 |
| Binary | 11101100 | 111111 | 10101100 | 0 | 1001001 | 11011 | 111 | 101000010 | 1010010 | 111011 |
Color Harmonies of #EC3FAC
Complementary color
Monochromatic Colors of #EC3FAC
Black with #EC3FAC
Text Example
Text Example
White with #EC3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FAC; }
p { color: rgb(236,63,172); }
H1.HeaderClassName
{
color: #EC3FAC;
}
.AnyTagClassName
{
color: #EC3FAC;
}
</style>
background-color css
<style>
a { background-color: #EC3FAC; }
a { background-color: rgb(236,63,172); }
div.DivClassName
{
background-color: #EC3FAC;
}
.BgClassName
{
background-color: #EC3FAC;
}
</style>
border-color css
<style>
span { border-color: #EC3FAC; }
span { border-color: rgb(236,63,172); }
td.TdClassName
{
border-color: #EC3FAC;
}
.TagClassName
{
border-color: #EC3FAC;
}
</style>