Shades of Persian Pink #E275AF
Tints of Persian Pink #E275AF
RGB
CMYK
RGB Variations
Color information
#E275AF (or 0xE275AF) is known color: Persian Pink. HEX triplet: E2, 75 and AF. RGB value is (226,117,175). Sum of RGB (Red+Green+Blue) = 226+117+175=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E275AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E275AF is #1D8A50. Grayscale: #9C9C9C. Windows color (decimal): -1935953 or 11498978. OLE color: 11498978.
HSL color Cylindrical-coordinate representation of color #E275AF: hue angle of 328.07º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E275AF is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 175 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.11 |
| HSL | 328.07º | 0.65% | 0.67% | - |
| HSV(B) | 328.07º | 0.48% | 0.89% | - |
| XYZ | 45.46 | 31.99 | 44.34 | - |
| YUV | 156.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 175 | 0 | 0.48 | 0.23 | 0.11 | 328.07 | 0.65 | 0.67 |
| Hex | E2 | 75 | AF | 0 | 30 | 17 | B | 148 | 41 | 43 |
| Octal | 342 | 165 | 257 | 0 | 60 | 27 | 13 | 510 | 101 | 103 |
| Binary | 11100010 | 1110101 | 10101111 | 0 | 110000 | 10111 | 1011 | 101001000 | 1000001 | 1000011 |
Color Harmonies of #E275AF
Complementary color
Monochromatic Colors of #E275AF
Black with #E275AF
Text Example
Text Example
White with #E275AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275AF; }
p { color: rgb(226,117,175); }
H1.HeaderClassName
{
color: #E275AF;
}
.AnyTagClassName
{
color: #E275AF;
}
</style>
background-color css
<style>
a { background-color: #E275AF; }
a { background-color: rgb(226,117,175); }
div.DivClassName
{
background-color: #E275AF;
}
.BgClassName
{
background-color: #E275AF;
}
</style>
border-color css
<style>
span { border-color: #E275AF; }
span { border-color: rgb(226,117,175); }
td.TdClassName
{
border-color: #E275AF;
}
.TagClassName
{
border-color: #E275AF;
}
</style>