Shades of Persian Pink #EC80B4
Tints of Persian Pink #EC80B4
RGB
CMYK
RGB Variations
Color information
#EC80B4 (or 0xEC80B4) is known color: Persian Pink. HEX triplet: EC, 80 and B4. RGB value is (236,128,180). Sum of RGB (Red+Green+Blue) = 236+128+180=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80B4 is #137F4B. Grayscale: #A6A6A6. Windows color (decimal): -1277772 or 11829484. OLE color: 11829484.
HSL color Cylindrical-coordinate representation of color #EC80B4: hue angle of 331.11º 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 #EC80B4 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 180 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.07 |
| HSL | 331.11º | 0.74% | 0.71% | - |
| HSV(B) | 331.11º | 0.46% | 0.93% | - |
| XYZ | 50.55 | 36.57 | 47.57 | - |
| YUV | 166.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 180 | 0 | 0.46 | 0.24 | 0.07 | 331.11 | 0.74 | 0.71 |
| Hex | EC | 80 | B4 | 0 | 2E | 18 | 7 | 14B | 4A | 47 |
| Octal | 354 | 200 | 264 | 0 | 56 | 30 | 7 | 513 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10110100 | 0 | 101110 | 11000 | 111 | 101001011 | 1001010 | 1000111 |
Color Harmonies of #EC80B4
Complementary color
Monochromatic Colors of #EC80B4
Black with #EC80B4
Text Example
Text Example
White with #EC80B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80B4; }
p { color: rgb(236,128,180); }
H1.HeaderClassName
{
color: #EC80B4;
}
.AnyTagClassName
{
color: #EC80B4;
}
</style>
background-color css
<style>
a { background-color: #EC80B4; }
a { background-color: rgb(236,128,180); }
div.DivClassName
{
background-color: #EC80B4;
}
.BgClassName
{
background-color: #EC80B4;
}
</style>
border-color css
<style>
span { border-color: #EC80B4; }
span { border-color: rgb(236,128,180); }
td.TdClassName
{
border-color: #EC80B4;
}
.TagClassName
{
border-color: #EC80B4;
}
</style>