Shades of Persian Pink #ED83BE
Tints of Persian Pink #ED83BE
RGB
CMYK
RGB Variations
Color information
#ED83BE (or 0xED83BE) is known color: Persian Pink. HEX triplet: ED, 83 and BE. RGB value is (237,131,190). Sum of RGB (Red+Green+Blue) = 237+131+190=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83BE is #127C41. Grayscale: #A9A9A9. Windows color (decimal): -1211458 or 12485613. OLE color: 12485613.
HSL color Cylindrical-coordinate representation of color #ED83BE: hue angle of 326.6º degrees, saturation: 0.75, 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 #ED83BE is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 190 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.07 |
| HSL | 326.6º | 0.75% | 0.72% | - |
| HSV(B) | 326.6º | 0.45% | 0.93% | - |
| XYZ | 52.34 | 37.95 | 53.28 | - |
| YUV | 169.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 190 | 0 | 0.45 | 0.20 | 0.07 | 326.6 | 0.75 | 0.72 |
| Hex | ED | 83 | BE | 0 | 2D | 14 | 7 | 147 | 4B | 48 |
| Octal | 355 | 203 | 276 | 0 | 55 | 24 | 7 | 507 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10111110 | 0 | 101101 | 10100 | 111 | 101000111 | 1001011 | 1001000 |
Color Harmonies of #ED83BE
Complementary color
Monochromatic Colors of #ED83BE
Black with #ED83BE
Text Example
Text Example
White with #ED83BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED83BE; }
p { color: rgb(237,131,190); }
H1.HeaderClassName
{
color: #ED83BE;
}
.AnyTagClassName
{
color: #ED83BE;
}
</style>
background-color css
<style>
a { background-color: #ED83BE; }
a { background-color: rgb(237,131,190); }
div.DivClassName
{
background-color: #ED83BE;
}
.BgClassName
{
background-color: #ED83BE;
}
</style>
border-color css
<style>
span { border-color: #ED83BE; }
span { border-color: rgb(237,131,190); }
td.TdClassName
{
border-color: #ED83BE;
}
.TagClassName
{
border-color: #ED83BE;
}
</style>