Shades of Persian Pink #ED7EC3
Tints of Persian Pink #ED7EC3
RGB
CMYK
RGB Variations
Color information
#ED7EC3 (or 0xED7EC3) is known color: Persian Pink. HEX triplet: ED, 7E and C3. RGB value is (237,126,195). Sum of RGB (Red+Green+Blue) = 237+126+195=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EC3 is #12813C. Grayscale: #A6A6A6. Windows color (decimal): -1212733 or 12812013. OLE color: 12812013.
HSL color Cylindrical-coordinate representation of color #ED7EC3: hue angle of 322.7º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7EC3 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 195 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.07 |
| HSL | 322.7º | 0.76% | 0.71% | - |
| HSV(B) | 322.7º | 0.47% | 0.93% | - |
| XYZ | 52.24 | 36.87 | 55.99 | - |
| YUV | 167.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 195 | 0 | 0.47 | 0.18 | 0.07 | 322.7 | 0.76 | 0.71 |
| Hex | ED | 7E | C3 | 0 | 2F | 12 | 7 | 143 | 4C | 47 |
| Octal | 355 | 176 | 303 | 0 | 57 | 22 | 7 | 503 | 114 | 107 |
| Binary | 11101101 | 1111110 | 11000011 | 0 | 101111 | 10010 | 111 | 101000011 | 1001100 | 1000111 |
Color Harmonies of #ED7EC3
Complementary color
Monochromatic Colors of #ED7EC3
Black with #ED7EC3
Text Example
Text Example
White with #ED7EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7EC3; }
p { color: rgb(237,126,195); }
H1.HeaderClassName
{
color: #ED7EC3;
}
.AnyTagClassName
{
color: #ED7EC3;
}
</style>
background-color css
<style>
a { background-color: #ED7EC3; }
a { background-color: rgb(237,126,195); }
div.DivClassName
{
background-color: #ED7EC3;
}
.BgClassName
{
background-color: #ED7EC3;
}
</style>
border-color css
<style>
span { border-color: #ED7EC3; }
span { border-color: rgb(237,126,195); }
td.TdClassName
{
border-color: #ED7EC3;
}
.TagClassName
{
border-color: #ED7EC3;
}
</style>