Shades of Persian Pink #E77AC3
Tints of Persian Pink #E77AC3
RGB
CMYK
RGB Variations
Color information
#E77AC3 (or 0xE77AC3) is known color: Persian Pink. HEX triplet: E7, 7A and C3. RGB value is (231,122,195). Sum of RGB (Red+Green+Blue) = 231+122+195=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AC3 is #18853C. Grayscale: #A2A2A2. Windows color (decimal): -1606973 or 12810983. OLE color: 12810983.
HSL color Cylindrical-coordinate representation of color #E77AC3: hue angle of 319.82º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77AC3 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 195 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.09 |
| HSL | 319.82º | 0.69% | 0.69% | - |
| HSV(B) | 319.82º | 0.47% | 0.91% | - |
| XYZ | 49.76 | 34.85 | 55.73 | - |
| YUV | 162.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 195 | 0 | 0.47 | 0.16 | 0.09 | 319.82 | 0.69 | 0.69 |
| Hex | E7 | 7A | C3 | 0 | 2F | 10 | 9 | 140 | 45 | 45 |
| Octal | 347 | 172 | 303 | 0 | 57 | 20 | 11 | 500 | 105 | 105 |
| Binary | 11100111 | 1111010 | 11000011 | 0 | 101111 | 10000 | 1001 | 101000000 | 1000101 | 1000101 |
Color Harmonies of #E77AC3
Complementary color
Monochromatic Colors of #E77AC3
Black with #E77AC3
Text Example
Text Example
White with #E77AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77AC3; }
p { color: rgb(231,122,195); }
H1.HeaderClassName
{
color: #E77AC3;
}
.AnyTagClassName
{
color: #E77AC3;
}
</style>
background-color css
<style>
a { background-color: #E77AC3; }
a { background-color: rgb(231,122,195); }
div.DivClassName
{
background-color: #E77AC3;
}
.BgClassName
{
background-color: #E77AC3;
}
</style>
border-color css
<style>
span { border-color: #E77AC3; }
span { border-color: rgb(231,122,195); }
td.TdClassName
{
border-color: #E77AC3;
}
.TagClassName
{
border-color: #E77AC3;
}
</style>