Shades of Persian Rose #EC3BAF
Tints of Persian Rose #EC3BAF
RGB
CMYK
RGB Variations
Color information
#EC3BAF (or 0xEC3BAF) is known color: Persian Rose. HEX triplet: EC, 3B and AF. RGB value is (236,59,175). Sum of RGB (Red+Green+Blue) = 236+59+175=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3BAF is #13C450. Grayscale: #7C7C7C. Windows color (decimal): -1295441 or 11484140. OLE color: 11484140.
HSL color Cylindrical-coordinate representation of color #EC3BAF: hue angle of 320.68º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3BAF is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 175 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.07 |
| HSL | 320.68º | 0.82% | 0.58% | - |
| HSV(B) | 320.68º | 0.75% | 0.93% | - |
| XYZ | 43.89 | 24.06 | 42.89 | - |
| YUV | 125.15 | 156.14 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 175 | 0 | 0.75 | 0.26 | 0.07 | 320.68 | 0.82 | 0.58 |
| Hex | EC | 3B | AF | 0 | 4B | 1A | 7 | 141 | 52 | 3A |
| Octal | 354 | 73 | 257 | 0 | 113 | 32 | 7 | 501 | 122 | 72 |
| Binary | 11101100 | 111011 | 10101111 | 0 | 1001011 | 11010 | 111 | 101000001 | 1010010 | 111010 |
Color Harmonies of #EC3BAF
Complementary color
Monochromatic Colors of #EC3BAF
Black with #EC3BAF
Text Example
Text Example
White with #EC3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3BAF; }
p { color: rgb(236,59,175); }
H1.HeaderClassName
{
color: #EC3BAF;
}
.AnyTagClassName
{
color: #EC3BAF;
}
</style>
background-color css
<style>
a { background-color: #EC3BAF; }
a { background-color: rgb(236,59,175); }
div.DivClassName
{
background-color: #EC3BAF;
}
.BgClassName
{
background-color: #EC3BAF;
}
</style>
border-color css
<style>
span { border-color: #EC3BAF; }
span { border-color: rgb(236,59,175); }
td.TdClassName
{
border-color: #EC3BAF;
}
.TagClassName
{
border-color: #EC3BAF;
}
</style>