Shades of Persian Pink #EC83BC
Tints of Persian Pink #EC83BC
RGB
CMYK
RGB Variations
Color information
#EC83BC (or 0xEC83BC) is known color: Persian Pink. HEX triplet: EC, 83 and BC. RGB value is (236,131,188). Sum of RGB (Red+Green+Blue) = 236+131+188=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83BC is #137C43. Grayscale: #A8A8A8. Windows color (decimal): -1276996 or 12354540. OLE color: 12354540.
HSL color Cylindrical-coordinate representation of color #EC83BC: hue angle of 327.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC83BC is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 188 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.07 |
| HSL | 327.43º | 0.73% | 0.72% | - |
| HSV(B) | 327.43º | 0.44% | 0.93% | - |
| XYZ | 51.79 | 37.7 | 52.12 | - |
| YUV | 168.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 188 | 0 | 0.44 | 0.20 | 0.07 | 327.43 | 0.73 | 0.72 |
| Hex | EC | 83 | BC | 0 | 2C | 14 | 7 | 147 | 49 | 48 |
| Octal | 354 | 203 | 274 | 0 | 54 | 24 | 7 | 507 | 111 | 110 |
| Binary | 11101100 | 10000011 | 10111100 | 0 | 101100 | 10100 | 111 | 101000111 | 1001001 | 1001000 |
Color Harmonies of #EC83BC
Complementary color
Monochromatic Colors of #EC83BC
Black with #EC83BC
Text Example
Text Example
White with #EC83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83BC; }
p { color: rgb(236,131,188); }
H1.HeaderClassName
{
color: #EC83BC;
}
.AnyTagClassName
{
color: #EC83BC;
}
</style>
background-color css
<style>
a { background-color: #EC83BC; }
a { background-color: rgb(236,131,188); }
div.DivClassName
{
background-color: #EC83BC;
}
.BgClassName
{
background-color: #EC83BC;
}
</style>
border-color css
<style>
span { border-color: #EC83BC; }
span { border-color: rgb(236,131,188); }
td.TdClassName
{
border-color: #EC83BC;
}
.TagClassName
{
border-color: #EC83BC;
}
</style>