Shades of Persian Pink #ED7AB8
Tints of Persian Pink #ED7AB8
RGB
CMYK
RGB Variations
Color information
#ED7AB8 (or 0xED7AB8) is known color: Persian Pink. HEX triplet: ED, 7A and B8. RGB value is (237,122,184). Sum of RGB (Red+Green+Blue) = 237+122+184=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7AB8 is #128547. Grayscale: #A3A3A3. Windows color (decimal): -1213768 or 12090093. OLE color: 12090093.
HSL color Cylindrical-coordinate representation of color #ED7AB8: hue angle of 327.65º 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 #ED7AB8 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 184 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.07 |
| HSL | 327.65º | 0.76% | 0.7% | - |
| HSV(B) | 327.65º | 0.49% | 0.93% | - |
| XYZ | 50.54 | 35.38 | 49.51 | - |
| YUV | 163.45 | 139.6 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 184 | 0 | 0.49 | 0.22 | 0.07 | 327.65 | 0.76 | 0.7 |
| Hex | ED | 7A | B8 | 0 | 31 | 16 | 7 | 148 | 4C | 46 |
| Octal | 355 | 172 | 270 | 0 | 61 | 26 | 7 | 510 | 114 | 106 |
| Binary | 11101101 | 1111010 | 10111000 | 0 | 110001 | 10110 | 111 | 101001000 | 1001100 | 1000110 |
Color Harmonies of #ED7AB8
Complementary color
Monochromatic Colors of #ED7AB8
Black with #ED7AB8
Text Example
Text Example
White with #ED7AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7AB8; }
p { color: rgb(237,122,184); }
H1.HeaderClassName
{
color: #ED7AB8;
}
.AnyTagClassName
{
color: #ED7AB8;
}
</style>
background-color css
<style>
a { background-color: #ED7AB8; }
a { background-color: rgb(237,122,184); }
div.DivClassName
{
background-color: #ED7AB8;
}
.BgClassName
{
background-color: #ED7AB8;
}
</style>
border-color css
<style>
span { border-color: #ED7AB8; }
span { border-color: rgb(237,122,184); }
td.TdClassName
{
border-color: #ED7AB8;
}
.TagClassName
{
border-color: #ED7AB8;
}
</style>