Shades of Persian Pink #EC81B4
Tints of Persian Pink #EC81B4
RGB
CMYK
RGB Variations
Color information
#EC81B4 (or 0xEC81B4) is known color: Persian Pink. HEX triplet: EC, 81 and B4. RGB value is (236,129,180). Sum of RGB (Red+Green+Blue) = 236+129+180=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81B4 is #137E4B. Grayscale: #A6A6A6. Windows color (decimal): -1277516 or 11829740. OLE color: 11829740.
HSL color Cylindrical-coordinate representation of color #EC81B4: hue angle of 331.4º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC81B4 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 180 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.07 |
| HSL | 331.4º | 0.74% | 0.72% | - |
| HSV(B) | 331.4º | 0.45% | 0.93% | - |
| XYZ | 50.68 | 36.83 | 47.62 | - |
| YUV | 166.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 180 | 0 | 0.45 | 0.24 | 0.07 | 331.4 | 0.74 | 0.72 |
| Hex | EC | 81 | B4 | 0 | 2D | 18 | 7 | 14B | 4A | 48 |
| Octal | 354 | 201 | 264 | 0 | 55 | 30 | 7 | 513 | 112 | 110 |
| Binary | 11101100 | 10000001 | 10110100 | 0 | 101101 | 11000 | 111 | 101001011 | 1001010 | 1001000 |
Color Harmonies of #EC81B4
Complementary color
Monochromatic Colors of #EC81B4
Black with #EC81B4
Text Example
Text Example
White with #EC81B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC81B4; }
p { color: rgb(236,129,180); }
H1.HeaderClassName
{
color: #EC81B4;
}
.AnyTagClassName
{
color: #EC81B4;
}
</style>
background-color css
<style>
a { background-color: #EC81B4; }
a { background-color: rgb(236,129,180); }
div.DivClassName
{
background-color: #EC81B4;
}
.BgClassName
{
background-color: #EC81B4;
}
</style>
border-color css
<style>
span { border-color: #EC81B4; }
span { border-color: rgb(236,129,180); }
td.TdClassName
{
border-color: #EC81B4;
}
.TagClassName
{
border-color: #EC81B4;
}
</style>