Shades of Persian Pink #E774C2
Tints of Persian Pink #E774C2
RGB
CMYK
RGB Variations
Color information
#E774C2 (or 0xE774C2) is known color: Persian Pink. HEX triplet: E7, 74 and C2. RGB value is (231,116,194). Sum of RGB (Red+Green+Blue) = 231+116+194=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E774C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774C2 is #188B3D. Grayscale: #9F9F9F. Windows color (decimal): -1608510 or 12743911. OLE color: 12743911.
HSL color Cylindrical-coordinate representation of color #E774C2: hue angle of 319.3º 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 #E774C2 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 194 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.09 |
| HSL | 319.3º | 0.71% | 0.68% | - |
| HSV(B) | 319.3º | 0.5% | 0.91% | - |
| XYZ | 48.94 | 33.37 | 54.9 | - |
| YUV | 159.28 | 147.6 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 194 | 0 | 0.50 | 0.16 | 0.09 | 319.3 | 0.71 | 0.68 |
| Hex | E7 | 74 | C2 | 0 | 32 | 10 | 9 | 13F | 47 | 44 |
| Octal | 347 | 164 | 302 | 0 | 62 | 20 | 11 | 477 | 107 | 104 |
| Binary | 11100111 | 1110100 | 11000010 | 0 | 110010 | 10000 | 1001 | 100111111 | 1000111 | 1000100 |
Color Harmonies of #E774C2
Complementary color
Monochromatic Colors of #E774C2
Black with #E774C2
Text Example
Text Example
White with #E774C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E774C2; }
p { color: rgb(231,116,194); }
H1.HeaderClassName
{
color: #E774C2;
}
.AnyTagClassName
{
color: #E774C2;
}
</style>
background-color css
<style>
a { background-color: #E774C2; }
a { background-color: rgb(231,116,194); }
div.DivClassName
{
background-color: #E774C2;
}
.BgClassName
{
background-color: #E774C2;
}
</style>
border-color css
<style>
span { border-color: #E774C2; }
span { border-color: rgb(231,116,194); }
td.TdClassName
{
border-color: #E774C2;
}
.TagClassName
{
border-color: #E774C2;
}
</style>