Shades of Persian Pink #EC88B4
Tints of Persian Pink #EC88B4
RGB
CMYK
RGB Variations
Color information
#EC88B4 (or 0xEC88B4) is known color: Persian Pink. HEX triplet: EC, 88 and B4. RGB value is (236,136,180). Sum of RGB (Red+Green+Blue) = 236+136+180=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88B4 is #13774B. Grayscale: #AAAAAA. Windows color (decimal): -1275724 or 11831532. OLE color: 11831532.
HSL color Cylindrical-coordinate representation of color #EC88B4: hue angle of 333.6º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC88B4 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 180 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.07 |
| HSL | 333.6º | 0.72% | 0.73% | - |
| HSV(B) | 333.6º | 0.42% | 0.93% | - |
| XYZ | 51.63 | 38.74 | 47.94 | - |
| YUV | 170.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 180 | 0 | 0.42 | 0.24 | 0.07 | 333.6 | 0.72 | 0.73 |
| Hex | EC | 88 | B4 | 0 | 2A | 18 | 7 | 14E | 48 | 49 |
| Octal | 354 | 210 | 264 | 0 | 52 | 30 | 7 | 516 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10110100 | 0 | 101010 | 11000 | 111 | 101001110 | 1001000 | 1001001 |
Color Harmonies of #EC88B4
Complementary color
Monochromatic Colors of #EC88B4
Black with #EC88B4
Text Example
Text Example
White with #EC88B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88B4; }
p { color: rgb(236,136,180); }
H1.HeaderClassName
{
color: #EC88B4;
}
.AnyTagClassName
{
color: #EC88B4;
}
</style>
background-color css
<style>
a { background-color: #EC88B4; }
a { background-color: rgb(236,136,180); }
div.DivClassName
{
background-color: #EC88B4;
}
.BgClassName
{
background-color: #EC88B4;
}
</style>
border-color css
<style>
span { border-color: #EC88B4; }
span { border-color: rgb(236,136,180); }
td.TdClassName
{
border-color: #EC88B4;
}
.TagClassName
{
border-color: #EC88B4;
}
</style>