Shades of Persian Pink #E774AC
Tints of Persian Pink #E774AC
RGB
CMYK
RGB Variations
Color information
#E774AC (or 0xE774AC) is known color: Persian Pink. HEX triplet: E7, 74 and AC. RGB value is (231,116,172). Sum of RGB (Red+Green+Blue) = 231+116+172=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E774AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E774AC is #188B53. Grayscale: #9C9C9C. Windows color (decimal): -1608532 or 11302119. OLE color: 11302119.
HSL color Cylindrical-coordinate representation of color #E774AC: hue angle of 330.78º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E774AC is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 172 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.09 |
| HSL | 330.78º | 0.71% | 0.68% | - |
| HSV(B) | 330.78º | 0.5% | 0.91% | - |
| XYZ | 46.65 | 32.46 | 42.84 | - |
| YUV | 156.77 | 136.6 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 172 | 0 | 0.50 | 0.26 | 0.09 | 330.78 | 0.71 | 0.68 |
| Hex | E7 | 74 | AC | 0 | 32 | 1A | 9 | 14B | 47 | 44 |
| Octal | 347 | 164 | 254 | 0 | 62 | 32 | 11 | 513 | 107 | 104 |
| Binary | 11100111 | 1110100 | 10101100 | 0 | 110010 | 11010 | 1001 | 101001011 | 1000111 | 1000100 |
Color Harmonies of #E774AC
Complementary color
Monochromatic Colors of #E774AC
Black with #E774AC
Text Example
Text Example
White with #E774AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E774AC; }
p { color: rgb(231,116,172); }
H1.HeaderClassName
{
color: #E774AC;
}
.AnyTagClassName
{
color: #E774AC;
}
</style>
background-color css
<style>
a { background-color: #E774AC; }
a { background-color: rgb(231,116,172); }
div.DivClassName
{
background-color: #E774AC;
}
.BgClassName
{
background-color: #E774AC;
}
</style>
border-color css
<style>
span { border-color: #E774AC; }
span { border-color: rgb(231,116,172); }
td.TdClassName
{
border-color: #E774AC;
}
.TagClassName
{
border-color: #E774AC;
}
</style>