Shades of Persian Pink #ED75B7
Tints of Persian Pink #ED75B7
RGB
CMYK
RGB Variations
Color information
#ED75B7 (or 0xED75B7) is known color: Persian Pink. HEX triplet: ED, 75 and B7. RGB value is (237,117,183). Sum of RGB (Red+Green+Blue) = 237+117+183=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED75B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED75B7 is #128A48. Grayscale: #A0A0A0. Windows color (decimal): -1215049 or 12023277. OLE color: 12023277.
HSL color Cylindrical-coordinate representation of color #ED75B7: hue angle of 327º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED75B7 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 183 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.07 |
| HSL | 327º | 0.77% | 0.69% | - |
| HSV(B) | 327º | 0.51% | 0.93% | - |
| XYZ | 49.83 | 34.15 | 48.76 | - |
| YUV | 160.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 183 | 0 | 0.51 | 0.23 | 0.07 | 327 | 0.77 | 0.69 |
| Hex | ED | 75 | B7 | 0 | 33 | 17 | 7 | 147 | 4D | 45 |
| Octal | 355 | 165 | 267 | 0 | 63 | 27 | 7 | 507 | 115 | 105 |
| Binary | 11101101 | 1110101 | 10110111 | 0 | 110011 | 10111 | 111 | 101000111 | 1001101 | 1000101 |
Color Harmonies of #ED75B7
Complementary color
Monochromatic Colors of #ED75B7
Black with #ED75B7
Text Example
Text Example
White with #ED75B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED75B7; }
p { color: rgb(237,117,183); }
H1.HeaderClassName
{
color: #ED75B7;
}
.AnyTagClassName
{
color: #ED75B7;
}
</style>
background-color css
<style>
a { background-color: #ED75B7; }
a { background-color: rgb(237,117,183); }
div.DivClassName
{
background-color: #ED75B7;
}
.BgClassName
{
background-color: #ED75B7;
}
</style>
border-color css
<style>
span { border-color: #ED75B7; }
span { border-color: rgb(237,117,183); }
td.TdClassName
{
border-color: #ED75B7;
}
.TagClassName
{
border-color: #ED75B7;
}
</style>