Shades of Persian Pink #EC7FB6
Tints of Persian Pink #EC7FB6
RGB
CMYK
RGB Variations
Color information
#EC7FB6 (or 0xEC7FB6) is known color: Persian Pink. HEX triplet: EC, 7F and B6. RGB value is (236,127,182). Sum of RGB (Red+Green+Blue) = 236+127+182=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FB6 is #138049. Grayscale: #A5A5A5. Windows color (decimal): -1278026 or 11960300. OLE color: 11960300.
HSL color Cylindrical-coordinate representation of color #EC7FB6: hue angle of 329.72º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7FB6 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 182 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.07 |
| HSL | 329.72º | 0.74% | 0.71% | - |
| HSV(B) | 329.72º | 0.46% | 0.93% | - |
| XYZ | 50.62 | 36.39 | 48.61 | - |
| YUV | 165.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 182 | 0 | 0.46 | 0.23 | 0.07 | 329.72 | 0.74 | 0.71 |
| Hex | EC | 7F | B6 | 0 | 2E | 17 | 7 | 14A | 4A | 47 |
| Octal | 354 | 177 | 266 | 0 | 56 | 27 | 7 | 512 | 112 | 107 |
| Binary | 11101100 | 1111111 | 10110110 | 0 | 101110 | 10111 | 111 | 101001010 | 1001010 | 1000111 |
Color Harmonies of #EC7FB6
Complementary color
Monochromatic Colors of #EC7FB6
Black with #EC7FB6
Text Example
Text Example
White with #EC7FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FB6; }
p { color: rgb(236,127,182); }
H1.HeaderClassName
{
color: #EC7FB6;
}
.AnyTagClassName
{
color: #EC7FB6;
}
</style>
background-color css
<style>
a { background-color: #EC7FB6; }
a { background-color: rgb(236,127,182); }
div.DivClassName
{
background-color: #EC7FB6;
}
.BgClassName
{
background-color: #EC7FB6;
}
</style>
border-color css
<style>
span { border-color: #EC7FB6; }
span { border-color: rgb(236,127,182); }
td.TdClassName
{
border-color: #EC7FB6;
}
.TagClassName
{
border-color: #EC7FB6;
}
</style>