Shades of Persian Pink #EC76BD
Tints of Persian Pink #EC76BD
RGB
CMYK
RGB Variations
Color information
#EC76BD (or 0xEC76BD) is known color: Persian Pink. HEX triplet: EC, 76 and BD. RGB value is (236,118,189). Sum of RGB (Red+Green+Blue) = 236+118+189=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76BD is #138942. Grayscale: #A1A1A1. Windows color (decimal): -1280323 or 12416748. OLE color: 12416748.
HSL color Cylindrical-coordinate representation of color #EC76BD: hue angle of 323.9º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC76BD is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 189 | - |
| CMYK | 0 | 0.5 | 0.20 | 0.07 |
| HSL | 323.9º | 0.76% | 0.69% | - |
| HSV(B) | 323.9º | 0.5% | 0.93% | - |
| XYZ | 50.26 | 34.46 | 52.15 | - |
| YUV | 161.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 189 | 0 | 0.5 | 0.20 | 0.07 | 323.9 | 0.76 | 0.69 |
| Hex | EC | 76 | BD | 0 | 32 | 14 | 7 | 144 | 4C | 45 |
| Octal | 354 | 166 | 275 | 0 | 62 | 24 | 7 | 504 | 114 | 105 |
| Binary | 11101100 | 1110110 | 10111101 | 0 | 110010 | 10100 | 111 | 101000100 | 1001100 | 1000101 |
Color Harmonies of #EC76BD
Complementary color
Monochromatic Colors of #EC76BD
Black with #EC76BD
Text Example
Text Example
White with #EC76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76BD; }
p { color: rgb(236,118,189); }
H1.HeaderClassName
{
color: #EC76BD;
}
.AnyTagClassName
{
color: #EC76BD;
}
</style>
background-color css
<style>
a { background-color: #EC76BD; }
a { background-color: rgb(236,118,189); }
div.DivClassName
{
background-color: #EC76BD;
}
.BgClassName
{
background-color: #EC76BD;
}
</style>
border-color css
<style>
span { border-color: #EC76BD; }
span { border-color: rgb(236,118,189); }
td.TdClassName
{
border-color: #EC76BD;
}
.TagClassName
{
border-color: #EC76BD;
}
</style>