Shades of Persian Pink #EC80B9
Tints of Persian Pink #EC80B9
RGB
CMYK
RGB Variations
Color information
#EC80B9 (or 0xEC80B9) is known color: Persian Pink. HEX triplet: EC, 80 and B9. RGB value is (236,128,185). Sum of RGB (Red+Green+Blue) = 236+128+185=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80B9 is #137F46. Grayscale: #A6A6A6. Windows color (decimal): -1277767 or 12157164. OLE color: 12157164.
HSL color Cylindrical-coordinate representation of color #EC80B9: hue angle of 328.33º 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 #EC80B9 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 185 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.07 |
| HSL | 328.33º | 0.74% | 0.71% | - |
| HSV(B) | 328.33º | 0.46% | 0.93% | - |
| XYZ | 51.07 | 36.77 | 50.31 | - |
| YUV | 166.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 185 | 0 | 0.46 | 0.22 | 0.07 | 328.33 | 0.74 | 0.71 |
| Hex | EC | 80 | B9 | 0 | 2E | 16 | 7 | 148 | 4A | 47 |
| Octal | 354 | 200 | 271 | 0 | 56 | 26 | 7 | 510 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10111001 | 0 | 101110 | 10110 | 111 | 101001000 | 1001010 | 1000111 |
Color Harmonies of #EC80B9
Complementary color
Monochromatic Colors of #EC80B9
Black with #EC80B9
Text Example
Text Example
White with #EC80B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80B9; }
p { color: rgb(236,128,185); }
H1.HeaderClassName
{
color: #EC80B9;
}
.AnyTagClassName
{
color: #EC80B9;
}
</style>
background-color css
<style>
a { background-color: #EC80B9; }
a { background-color: rgb(236,128,185); }
div.DivClassName
{
background-color: #EC80B9;
}
.BgClassName
{
background-color: #EC80B9;
}
</style>
border-color css
<style>
span { border-color: #EC80B9; }
span { border-color: rgb(236,128,185); }
td.TdClassName
{
border-color: #EC80B9;
}
.TagClassName
{
border-color: #EC80B9;
}
</style>