Shades of Persian Pink #EA7DC2
Tints of Persian Pink #EA7DC2
RGB
CMYK
RGB Variations
Color information
#EA7DC2 (or 0xEA7DC2) is known color: Persian Pink. HEX triplet: EA, 7D and C2. RGB value is (234,125,194). Sum of RGB (Red+Green+Blue) = 234+125+194=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DC2 is #15823D. Grayscale: #A5A5A5. Windows color (decimal): -1409598 or 12746218. OLE color: 12746218.
HSL color Cylindrical-coordinate representation of color #EA7DC2: hue angle of 322.02º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7DC2 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 194 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.08 |
| HSL | 322.02º | 0.72% | 0.7% | - |
| HSV(B) | 322.02º | 0.47% | 0.92% | - |
| XYZ | 51 | 36.05 | 55.31 | - |
| YUV | 165.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 194 | 0 | 0.47 | 0.17 | 0.08 | 322.02 | 0.72 | 0.7 |
| Hex | EA | 7D | C2 | 0 | 2F | 11 | 8 | 142 | 48 | 46 |
| Octal | 352 | 175 | 302 | 0 | 57 | 21 | 10 | 502 | 110 | 106 |
| Binary | 11101010 | 1111101 | 11000010 | 0 | 101111 | 10001 | 1000 | 101000010 | 1001000 | 1000110 |
Color Harmonies of #EA7DC2
Complementary color
Monochromatic Colors of #EA7DC2
Black with #EA7DC2
Text Example
Text Example
White with #EA7DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7DC2; }
p { color: rgb(234,125,194); }
H1.HeaderClassName
{
color: #EA7DC2;
}
.AnyTagClassName
{
color: #EA7DC2;
}
</style>
background-color css
<style>
a { background-color: #EA7DC2; }
a { background-color: rgb(234,125,194); }
div.DivClassName
{
background-color: #EA7DC2;
}
.BgClassName
{
background-color: #EA7DC2;
}
</style>
border-color css
<style>
span { border-color: #EA7DC2; }
span { border-color: rgb(234,125,194); }
td.TdClassName
{
border-color: #EA7DC2;
}
.TagClassName
{
border-color: #EA7DC2;
}
</style>