Shades of Persian Pink #E672AF
Tints of Persian Pink #E672AF
RGB
CMYK
RGB Variations
Color information
#E672AF (or 0xE672AF) is known color: Persian Pink. HEX triplet: E6, 72 and AF. RGB value is (230,114,175). Sum of RGB (Red+Green+Blue) = 230+114+175=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E672AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E672AF is #198D50. Grayscale: #9B9B9B. Windows color (decimal): -1674577 or 11498214. OLE color: 11498214.
HSL color Cylindrical-coordinate representation of color #E672AF: hue angle of 328.45º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E672AF is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 175 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.10 |
| HSL | 328.45º | 0.7% | 0.67% | - |
| HSV(B) | 328.45º | 0.5% | 0.9% | - |
| XYZ | 46.39 | 31.95 | 44.28 | - |
| YUV | 155.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 175 | 0 | 0.50 | 0.24 | 0.10 | 328.45 | 0.7 | 0.67 |
| Hex | E6 | 72 | AF | 0 | 32 | 18 | A | 148 | 46 | 43 |
| Octal | 346 | 162 | 257 | 0 | 62 | 30 | 12 | 510 | 106 | 103 |
| Binary | 11100110 | 1110010 | 10101111 | 0 | 110010 | 11000 | 1010 | 101001000 | 1000110 | 1000011 |
Color Harmonies of #E672AF
Complementary color
Monochromatic Colors of #E672AF
Black with #E672AF
Text Example
Text Example
White with #E672AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672AF; }
p { color: rgb(230,114,175); }
H1.HeaderClassName
{
color: #E672AF;
}
.AnyTagClassName
{
color: #E672AF;
}
</style>
background-color css
<style>
a { background-color: #E672AF; }
a { background-color: rgb(230,114,175); }
div.DivClassName
{
background-color: #E672AF;
}
.BgClassName
{
background-color: #E672AF;
}
</style>
border-color css
<style>
span { border-color: #E672AF; }
span { border-color: rgb(230,114,175); }
td.TdClassName
{
border-color: #E672AF;
}
.TagClassName
{
border-color: #E672AF;
}
</style>