Shades of Persian Pink #ED7DC2
Tints of Persian Pink #ED7DC2
RGB
CMYK
RGB Variations
Color information
#ED7DC2 (or 0xED7DC2) is known color: Persian Pink. HEX triplet: ED, 7D and C2. RGB value is (237,125,194). Sum of RGB (Red+Green+Blue) = 237+125+194=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DC2 is #12823D. Grayscale: #A6A6A6. Windows color (decimal): -1212990 or 12746221. OLE color: 12746221.
HSL color Cylindrical-coordinate representation of color #ED7DC2: hue angle of 323.04º 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 #ED7DC2 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 125 | 194 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.07 |
| HSL | 323.04º | 0.76% | 0.71% | - |
| HSV(B) | 323.04º | 0.47% | 0.93% | - |
| XYZ | 52 | 36.57 | 55.36 | - |
| YUV | 166.35 | 143.61 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 125 | 194 | 0 | 0.47 | 0.18 | 0.07 | 323.04 | 0.76 | 0.71 |
| Hex | ED | 7D | C2 | 0 | 2F | 12 | 7 | 143 | 4C | 47 |
| Octal | 355 | 175 | 302 | 0 | 57 | 22 | 7 | 503 | 114 | 107 |
| Binary | 11101101 | 1111101 | 11000010 | 0 | 101111 | 10010 | 111 | 101000011 | 1001100 | 1000111 |
Color Harmonies of #ED7DC2
Complementary color
Monochromatic Colors of #ED7DC2
Black with #ED7DC2
Text Example
Text Example
White with #ED7DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7DC2; }
p { color: rgb(237,125,194); }
H1.HeaderClassName
{
color: #ED7DC2;
}
.AnyTagClassName
{
color: #ED7DC2;
}
</style>
background-color css
<style>
a { background-color: #ED7DC2; }
a { background-color: rgb(237,125,194); }
div.DivClassName
{
background-color: #ED7DC2;
}
.BgClassName
{
background-color: #ED7DC2;
}
</style>
border-color css
<style>
span { border-color: #ED7DC2; }
span { border-color: rgb(237,125,194); }
td.TdClassName
{
border-color: #ED7DC2;
}
.TagClassName
{
border-color: #ED7DC2;
}
</style>