Shades of Persian Rose #EC40AF
Tints of Persian Rose #EC40AF
RGB
CMYK
RGB Variations
Color information
#EC40AF (or 0xEC40AF) is known color: Persian Rose. HEX triplet: EC, 40 and AF. RGB value is (236,64,175). Sum of RGB (Red+Green+Blue) = 236+64+175=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40AF is #13BF50. Grayscale: #7F7F7F. Windows color (decimal): -1294161 or 11485420. OLE color: 11485420.
HSL color Cylindrical-coordinate representation of color #EC40AF: hue angle of 321.28º 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 #EC40AF is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 175 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.07 |
| HSL | 321.28º | 0.82% | 0.59% | - |
| HSV(B) | 321.28º | 0.73% | 0.93% | - |
| XYZ | 44.16 | 24.59 | 42.98 | - |
| YUV | 128.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 175 | 0 | 0.73 | 0.26 | 0.07 | 321.28 | 0.82 | 0.59 |
| Hex | EC | 40 | AF | 0 | 49 | 1A | 7 | 141 | 52 | 3B |
| Octal | 354 | 100 | 257 | 0 | 111 | 32 | 7 | 501 | 122 | 73 |
| Binary | 11101100 | 1000000 | 10101111 | 0 | 1001001 | 11010 | 111 | 101000001 | 1010010 | 111011 |
Color Harmonies of #EC40AF
Complementary color
Monochromatic Colors of #EC40AF
Black with #EC40AF
Text Example
Text Example
White with #EC40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40AF; }
p { color: rgb(236,64,175); }
H1.HeaderClassName
{
color: #EC40AF;
}
.AnyTagClassName
{
color: #EC40AF;
}
</style>
background-color css
<style>
a { background-color: #EC40AF; }
a { background-color: rgb(236,64,175); }
div.DivClassName
{
background-color: #EC40AF;
}
.BgClassName
{
background-color: #EC40AF;
}
</style>
border-color css
<style>
span { border-color: #EC40AF; }
span { border-color: rgb(236,64,175); }
td.TdClassName
{
border-color: #EC40AF;
}
.TagClassName
{
border-color: #EC40AF;
}
</style>