Shades of Persian Rose #EC3FAF
Tints of Persian Rose #EC3FAF
RGB
CMYK
RGB Variations
Color information
#EC3FAF (or 0xEC3FAF) is known color: Persian Rose. HEX triplet: EC, 3F and AF. RGB value is (236,63,175). Sum of RGB (Red+Green+Blue) = 236+63+175=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3FAF is #13C050. Grayscale: #7F7F7F. Windows color (decimal): -1294417 or 11485164. OLE color: 11485164.
HSL color Cylindrical-coordinate representation of color #EC3FAF: hue angle of 321.16º 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 #EC3FAF is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 175 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.07 |
| HSL | 321.16º | 0.82% | 0.59% | - |
| HSV(B) | 321.16º | 0.73% | 0.93% | - |
| XYZ | 44.11 | 24.48 | 42.96 | - |
| YUV | 127.5 | 154.81 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 175 | 0 | 0.73 | 0.26 | 0.07 | 321.16 | 0.82 | 0.59 |
| Hex | EC | 3F | AF | 0 | 49 | 1A | 7 | 141 | 52 | 3B |
| Octal | 354 | 77 | 257 | 0 | 111 | 32 | 7 | 501 | 122 | 73 |
| Binary | 11101100 | 111111 | 10101111 | 0 | 1001001 | 11010 | 111 | 101000001 | 1010010 | 111011 |
Color Harmonies of #EC3FAF
Complementary color
Monochromatic Colors of #EC3FAF
Black with #EC3FAF
Text Example
Text Example
White with #EC3FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FAF; }
p { color: rgb(236,63,175); }
H1.HeaderClassName
{
color: #EC3FAF;
}
.AnyTagClassName
{
color: #EC3FAF;
}
</style>
background-color css
<style>
a { background-color: #EC3FAF; }
a { background-color: rgb(236,63,175); }
div.DivClassName
{
background-color: #EC3FAF;
}
.BgClassName
{
background-color: #EC3FAF;
}
</style>
border-color css
<style>
span { border-color: #EC3FAF; }
span { border-color: rgb(236,63,175); }
td.TdClassName
{
border-color: #EC3FAF;
}
.TagClassName
{
border-color: #EC3FAF;
}
</style>