Shades of Persian Pink #ED7AB7
Tints of Persian Pink #ED7AB7
RGB
CMYK
RGB Variations
Color information
#ED7AB7 (or 0xED7AB7) is known color: Persian Pink. HEX triplet: ED, 7A and B7. RGB value is (237,122,183). Sum of RGB (Red+Green+Blue) = 237+122+183=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7AB7 is #128548. Grayscale: #A3A3A3. Windows color (decimal): -1213769 or 12024557. OLE color: 12024557.
HSL color Cylindrical-coordinate representation of color #ED7AB7: hue angle of 328.17º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7AB7 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 183 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.07 |
| HSL | 328.17º | 0.76% | 0.7% | - |
| HSV(B) | 328.17º | 0.49% | 0.93% | - |
| XYZ | 50.43 | 35.34 | 48.96 | - |
| YUV | 163.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 183 | 0 | 0.49 | 0.23 | 0.07 | 328.17 | 0.76 | 0.7 |
| Hex | ED | 7A | B7 | 0 | 31 | 17 | 7 | 148 | 4C | 46 |
| Octal | 355 | 172 | 267 | 0 | 61 | 27 | 7 | 510 | 114 | 106 |
| Binary | 11101101 | 1111010 | 10110111 | 0 | 110001 | 10111 | 111 | 101001000 | 1001100 | 1000110 |
Color Harmonies of #ED7AB7
Complementary color
Monochromatic Colors of #ED7AB7
Black with #ED7AB7
Text Example
Text Example
White with #ED7AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7AB7; }
p { color: rgb(237,122,183); }
H1.HeaderClassName
{
color: #ED7AB7;
}
.AnyTagClassName
{
color: #ED7AB7;
}
</style>
background-color css
<style>
a { background-color: #ED7AB7; }
a { background-color: rgb(237,122,183); }
div.DivClassName
{
background-color: #ED7AB7;
}
.BgClassName
{
background-color: #ED7AB7;
}
</style>
border-color css
<style>
span { border-color: #ED7AB7; }
span { border-color: rgb(237,122,183); }
td.TdClassName
{
border-color: #ED7AB7;
}
.TagClassName
{
border-color: #ED7AB7;
}
</style>