Shades of Persian Pink #E274AF
Tints of Persian Pink #E274AF
RGB
CMYK
RGB Variations
Color information
#E274AF (or 0xE274AF) is known color: Persian Pink. HEX triplet: E2, 74 and AF. RGB value is (226,116,175). Sum of RGB (Red+Green+Blue) = 226+116+175=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E274AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E274AF is #1D8B50. Grayscale: #9B9B9B. Windows color (decimal): -1936209 or 11498722. OLE color: 11498722.
HSL color Cylindrical-coordinate representation of color #E274AF: hue angle of 327.82º degrees, saturation: 0.65, 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 #E274AF is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 175 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.11 |
| HSL | 327.82º | 0.65% | 0.67% | - |
| HSV(B) | 327.82º | 0.49% | 0.89% | - |
| XYZ | 45.35 | 31.75 | 44.3 | - |
| YUV | 155.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 175 | 0 | 0.49 | 0.23 | 0.11 | 327.82 | 0.65 | 0.67 |
| Hex | E2 | 74 | AF | 0 | 31 | 17 | B | 148 | 41 | 43 |
| Octal | 342 | 164 | 257 | 0 | 61 | 27 | 13 | 510 | 101 | 103 |
| Binary | 11100010 | 1110100 | 10101111 | 0 | 110001 | 10111 | 1011 | 101001000 | 1000001 | 1000011 |
Color Harmonies of #E274AF
Complementary color
Monochromatic Colors of #E274AF
Black with #E274AF
Text Example
Text Example
White with #E274AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274AF; }
p { color: rgb(226,116,175); }
H1.HeaderClassName
{
color: #E274AF;
}
.AnyTagClassName
{
color: #E274AF;
}
</style>
background-color css
<style>
a { background-color: #E274AF; }
a { background-color: rgb(226,116,175); }
div.DivClassName
{
background-color: #E274AF;
}
.BgClassName
{
background-color: #E274AF;
}
</style>
border-color css
<style>
span { border-color: #E274AF; }
span { border-color: rgb(226,116,175); }
td.TdClassName
{
border-color: #E274AF;
}
.TagClassName
{
border-color: #E274AF;
}
</style>