Shades of Persian Pink #ED83B9
Tints of Persian Pink #ED83B9
RGB
CMYK
RGB Variations
Color information
#ED83B9 (or 0xED83B9) is known color: Persian Pink. HEX triplet: ED, 83 and B9. RGB value is (237,131,185). Sum of RGB (Red+Green+Blue) = 237+131+185=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83B9 is #127C46. Grayscale: #A8A8A8. Windows color (decimal): -1211463 or 12157933. OLE color: 12157933.
HSL color Cylindrical-coordinate representation of color #ED83B9: hue angle of 329.43º 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 #ED83B9 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 185 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.07 |
| HSL | 329.43º | 0.75% | 0.72% | - |
| HSV(B) | 329.43º | 0.45% | 0.93% | - |
| XYZ | 51.8 | 37.74 | 50.45 | - |
| YUV | 168.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 185 | 0 | 0.45 | 0.22 | 0.07 | 329.43 | 0.75 | 0.72 |
| Hex | ED | 83 | B9 | 0 | 2D | 16 | 7 | 149 | 4B | 48 |
| Octal | 355 | 203 | 271 | 0 | 55 | 26 | 7 | 511 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10111001 | 0 | 101101 | 10110 | 111 | 101001001 | 1001011 | 1001000 |
Color Harmonies of #ED83B9
Complementary color
Monochromatic Colors of #ED83B9
Black with #ED83B9
Text Example
Text Example
White with #ED83B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED83B9; }
p { color: rgb(237,131,185); }
H1.HeaderClassName
{
color: #ED83B9;
}
.AnyTagClassName
{
color: #ED83B9;
}
</style>
background-color css
<style>
a { background-color: #ED83B9; }
a { background-color: rgb(237,131,185); }
div.DivClassName
{
background-color: #ED83B9;
}
.BgClassName
{
background-color: #ED83B9;
}
</style>
border-color css
<style>
span { border-color: #ED83B9; }
span { border-color: rgb(237,131,185); }
td.TdClassName
{
border-color: #ED83B9;
}
.TagClassName
{
border-color: #ED83B9;
}
</style>