Shades of Persian Pink #EC6FBA
Tints of Persian Pink #EC6FBA
RGB
CMYK
RGB Variations
Color information
#EC6FBA (or 0xEC6FBA) is known color: Persian Pink. HEX triplet: EC, 6F and BA. RGB value is (236,111,186). Sum of RGB (Red+Green+Blue) = 236+111+186=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FBA is #139045. Grayscale: #9C9C9C. Windows color (decimal): -1282118 or 12218348. OLE color: 12218348.
HSL color Cylindrical-coordinate representation of color #EC6FBA: hue angle of 324º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6FBA is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 186 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.07 |
| HSL | 324º | 0.77% | 0.68% | - |
| HSV(B) | 324º | 0.53% | 0.93% | - |
| XYZ | 49.14 | 32.75 | 50.19 | - |
| YUV | 156.93 | 144.41 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 186 | 0 | 0.53 | 0.21 | 0.07 | 324 | 0.77 | 0.68 |
| Hex | EC | 6F | BA | 0 | 35 | 15 | 7 | 144 | 4D | 44 |
| Octal | 354 | 157 | 272 | 0 | 65 | 25 | 7 | 504 | 115 | 104 |
| Binary | 11101100 | 1101111 | 10111010 | 0 | 110101 | 10101 | 111 | 101000100 | 1001101 | 1000100 |
Color Harmonies of #EC6FBA
Complementary color
Monochromatic Colors of #EC6FBA
Black with #EC6FBA
Text Example
Text Example
White with #EC6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FBA; }
p { color: rgb(236,111,186); }
H1.HeaderClassName
{
color: #EC6FBA;
}
.AnyTagClassName
{
color: #EC6FBA;
}
</style>
background-color css
<style>
a { background-color: #EC6FBA; }
a { background-color: rgb(236,111,186); }
div.DivClassName
{
background-color: #EC6FBA;
}
.BgClassName
{
background-color: #EC6FBA;
}
</style>
border-color css
<style>
span { border-color: #EC6FBA; }
span { border-color: rgb(236,111,186); }
td.TdClassName
{
border-color: #EC6FBA;
}
.TagClassName
{
border-color: #EC6FBA;
}
</style>