Shades of Persian Pink #E374AF
Tints of Persian Pink #E374AF
RGB
CMYK
RGB Variations
Color information
#E374AF (or 0xE374AF) is known color: Persian Pink. HEX triplet: E3, 74 and AF. RGB value is (227,116,175). Sum of RGB (Red+Green+Blue) = 227+116+175=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E374AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E374AF is #1C8B50. Grayscale: #9B9B9B. Windows color (decimal): -1870673 or 11498723. OLE color: 11498723.
HSL color Cylindrical-coordinate representation of color #E374AF: hue angle of 328.11º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E374AF is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 175 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.11 |
| HSL | 328.11º | 0.66% | 0.67% | - |
| HSV(B) | 328.11º | 0.49% | 0.89% | - |
| XYZ | 45.66 | 31.92 | 44.31 | - |
| YUV | 155.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 175 | 0 | 0.49 | 0.23 | 0.11 | 328.11 | 0.66 | 0.67 |
| Hex | E3 | 74 | AF | 0 | 31 | 17 | B | 148 | 42 | 43 |
| Octal | 343 | 164 | 257 | 0 | 61 | 27 | 13 | 510 | 102 | 103 |
| Binary | 11100011 | 1110100 | 10101111 | 0 | 110001 | 10111 | 1011 | 101001000 | 1000010 | 1000011 |
Color Harmonies of #E374AF
Complementary color
Monochromatic Colors of #E374AF
Black with #E374AF
Text Example
Text Example
White with #E374AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374AF; }
p { color: rgb(227,116,175); }
H1.HeaderClassName
{
color: #E374AF;
}
.AnyTagClassName
{
color: #E374AF;
}
</style>
background-color css
<style>
a { background-color: #E374AF; }
a { background-color: rgb(227,116,175); }
div.DivClassName
{
background-color: #E374AF;
}
.BgClassName
{
background-color: #E374AF;
}
</style>
border-color css
<style>
span { border-color: #E374AF; }
span { border-color: rgb(227,116,175); }
td.TdClassName
{
border-color: #E374AF;
}
.TagClassName
{
border-color: #E374AF;
}
</style>