Shades of Persian Pink #EC83B8
Tints of Persian Pink #EC83B8
RGB
CMYK
RGB Variations
Color information
#EC83B8 (or 0xEC83B8) is known color: Persian Pink. HEX triplet: EC, 83 and B8. RGB value is (236,131,184). Sum of RGB (Red+Green+Blue) = 236+131+184=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83B8 is #137C47. Grayscale: #A8A8A8. Windows color (decimal): -1277000 or 12092396. OLE color: 12092396.
HSL color Cylindrical-coordinate representation of color #EC83B8: hue angle of 329.71º 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 #EC83B8 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 184 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.07 |
| HSL | 329.71º | 0.73% | 0.72% | - |
| HSV(B) | 329.71º | 0.44% | 0.93% | - |
| XYZ | 51.36 | 37.53 | 49.88 | - |
| YUV | 168.44 | 136.79 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 184 | 0 | 0.44 | 0.22 | 0.07 | 329.71 | 0.73 | 0.72 |
| Hex | EC | 83 | B8 | 0 | 2C | 16 | 7 | 14A | 49 | 48 |
| Octal | 354 | 203 | 270 | 0 | 54 | 26 | 7 | 512 | 111 | 110 |
| Binary | 11101100 | 10000011 | 10111000 | 0 | 101100 | 10110 | 111 | 101001010 | 1001001 | 1001000 |
Color Harmonies of #EC83B8
Complementary color
Monochromatic Colors of #EC83B8
Black with #EC83B8
Text Example
Text Example
White with #EC83B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83B8; }
p { color: rgb(236,131,184); }
H1.HeaderClassName
{
color: #EC83B8;
}
.AnyTagClassName
{
color: #EC83B8;
}
</style>
background-color css
<style>
a { background-color: #EC83B8; }
a { background-color: rgb(236,131,184); }
div.DivClassName
{
background-color: #EC83B8;
}
.BgClassName
{
background-color: #EC83B8;
}
</style>
border-color css
<style>
span { border-color: #EC83B8; }
span { border-color: rgb(236,131,184); }
td.TdClassName
{
border-color: #EC83B8;
}
.TagClassName
{
border-color: #EC83B8;
}
</style>