Shades of Persian Pink #EC7FB8
Tints of Persian Pink #EC7FB8
RGB
CMYK
RGB Variations
Color information
#EC7FB8 (or 0xEC7FB8) is known color: Persian Pink. HEX triplet: EC, 7F and B8. RGB value is (236,127,184). Sum of RGB (Red+Green+Blue) = 236+127+184=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FB8 is #138047. Grayscale: #A5A5A5. Windows color (decimal): -1278024 or 12091372. OLE color: 12091372.
HSL color Cylindrical-coordinate representation of color #EC7FB8: hue angle of 328.62º 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 #EC7FB8 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 184 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.07 |
| HSL | 328.62º | 0.74% | 0.71% | - |
| HSV(B) | 328.62º | 0.46% | 0.93% | - |
| XYZ | 50.83 | 36.47 | 49.71 | - |
| YUV | 166.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 184 | 0 | 0.46 | 0.22 | 0.07 | 328.62 | 0.74 | 0.71 |
| Hex | EC | 7F | B8 | 0 | 2E | 16 | 7 | 149 | 4A | 47 |
| Octal | 354 | 177 | 270 | 0 | 56 | 26 | 7 | 511 | 112 | 107 |
| Binary | 11101100 | 1111111 | 10111000 | 0 | 101110 | 10110 | 111 | 101001001 | 1001010 | 1000111 |
Color Harmonies of #EC7FB8
Complementary color
Monochromatic Colors of #EC7FB8
Black with #EC7FB8
Text Example
Text Example
White with #EC7FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FB8; }
p { color: rgb(236,127,184); }
H1.HeaderClassName
{
color: #EC7FB8;
}
.AnyTagClassName
{
color: #EC7FB8;
}
</style>
background-color css
<style>
a { background-color: #EC7FB8; }
a { background-color: rgb(236,127,184); }
div.DivClassName
{
background-color: #EC7FB8;
}
.BgClassName
{
background-color: #EC7FB8;
}
</style>
border-color css
<style>
span { border-color: #EC7FB8; }
span { border-color: rgb(236,127,184); }
td.TdClassName
{
border-color: #EC7FB8;
}
.TagClassName
{
border-color: #EC7FB8;
}
</style>