Shades of Persian Pink #E671AF
Tints of Persian Pink #E671AF
RGB
CMYK
RGB Variations
Color information
#E671AF (or 0xE671AF) is known color: Persian Pink. HEX triplet: E6, 71 and AF. RGB value is (230,113,175). Sum of RGB (Red+Green+Blue) = 230+113+175=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E671AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E671AF is #198E50. Grayscale: #9A9A9A. Windows color (decimal): -1674833 or 11497958. OLE color: 11497958.
HSL color Cylindrical-coordinate representation of color #E671AF: hue angle of 328.21º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E671AF is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 175 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.10 |
| HSL | 328.21º | 0.7% | 0.67% | - |
| HSV(B) | 328.21º | 0.51% | 0.9% | - |
| XYZ | 46.28 | 31.73 | 44.24 | - |
| YUV | 155.05 | 139.26 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 175 | 0 | 0.51 | 0.24 | 0.10 | 328.21 | 0.7 | 0.67 |
| Hex | E6 | 71 | AF | 0 | 33 | 18 | A | 148 | 46 | 43 |
| Octal | 346 | 161 | 257 | 0 | 63 | 30 | 12 | 510 | 106 | 103 |
| Binary | 11100110 | 1110001 | 10101111 | 0 | 110011 | 11000 | 1010 | 101001000 | 1000110 | 1000011 |
Color Harmonies of #E671AF
Complementary color
Monochromatic Colors of #E671AF
Black with #E671AF
Text Example
Text Example
White with #E671AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671AF; }
p { color: rgb(230,113,175); }
H1.HeaderClassName
{
color: #E671AF;
}
.AnyTagClassName
{
color: #E671AF;
}
</style>
background-color css
<style>
a { background-color: #E671AF; }
a { background-color: rgb(230,113,175); }
div.DivClassName
{
background-color: #E671AF;
}
.BgClassName
{
background-color: #E671AF;
}
</style>
border-color css
<style>
span { border-color: #E671AF; }
span { border-color: rgb(230,113,175); }
td.TdClassName
{
border-color: #E671AF;
}
.TagClassName
{
border-color: #E671AF;
}
</style>