Shades of Persian Pink #E67AAF
Tints of Persian Pink #E67AAF
RGB
CMYK
RGB Variations
Color information
#E67AAF (or 0xE67AAF) is known color: Persian Pink. HEX triplet: E6, 7A and AF. RGB value is (230,122,175). Sum of RGB (Red+Green+Blue) = 230+122+175=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E67AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67AAF is #198550. Grayscale: #A0A0A0. Windows color (decimal): -1672529 or 11500262. OLE color: 11500262.
HSL color Cylindrical-coordinate representation of color #E67AAF: hue angle of 330.56º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67AAF is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 175 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.10 |
| HSL | 330.56º | 0.68% | 0.69% | - |
| HSV(B) | 330.56º | 0.47% | 0.9% | - |
| XYZ | 47.33 | 33.84 | 44.59 | - |
| YUV | 160.33 | 136.28 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 175 | 0 | 0.47 | 0.24 | 0.10 | 330.56 | 0.68 | 0.69 |
| Hex | E6 | 7A | AF | 0 | 2F | 18 | A | 14B | 44 | 45 |
| Octal | 346 | 172 | 257 | 0 | 57 | 30 | 12 | 513 | 104 | 105 |
| Binary | 11100110 | 1111010 | 10101111 | 0 | 101111 | 11000 | 1010 | 101001011 | 1000100 | 1000101 |
Color Harmonies of #E67AAF
Complementary color
Monochromatic Colors of #E67AAF
Black with #E67AAF
Text Example
Text Example
White with #E67AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67AAF; }
p { color: rgb(230,122,175); }
H1.HeaderClassName
{
color: #E67AAF;
}
.AnyTagClassName
{
color: #E67AAF;
}
</style>
background-color css
<style>
a { background-color: #E67AAF; }
a { background-color: rgb(230,122,175); }
div.DivClassName
{
background-color: #E67AAF;
}
.BgClassName
{
background-color: #E67AAF;
}
</style>
border-color css
<style>
span { border-color: #E67AAF; }
span { border-color: rgb(230,122,175); }
td.TdClassName
{
border-color: #E67AAF;
}
.TagClassName
{
border-color: #E67AAF;
}
</style>