Shades of Persian Pink #E678AB
Tints of Persian Pink #E678AB
RGB
CMYK
RGB Variations
Color information
#E678AB (or 0xE678AB) is known color: Persian Pink. HEX triplet: E6, 78 and AB. RGB value is (230,120,171). Sum of RGB (Red+Green+Blue) = 230+120+171=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E678AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E678AB is #198754. Grayscale: #9E9E9E. Windows color (decimal): -1673045 or 11237606. OLE color: 11237606.
HSL color Cylindrical-coordinate representation of color #E678AB: hue angle of 332.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E678AB is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 171 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.10 |
| HSL | 332.18º | 0.69% | 0.69% | - |
| HSV(B) | 332.18º | 0.48% | 0.9% | - |
| XYZ | 46.7 | 33.2 | 42.47 | - |
| YUV | 158.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 171 | 0 | 0.48 | 0.26 | 0.10 | 332.18 | 0.69 | 0.69 |
| Hex | E6 | 78 | AB | 0 | 30 | 1A | A | 14C | 45 | 45 |
| Octal | 346 | 170 | 253 | 0 | 60 | 32 | 12 | 514 | 105 | 105 |
| Binary | 11100110 | 1111000 | 10101011 | 0 | 110000 | 11010 | 1010 | 101001100 | 1000101 | 1000101 |
Color Harmonies of #E678AB
Complementary color
Monochromatic Colors of #E678AB
Black with #E678AB
Text Example
Text Example
White with #E678AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E678AB; }
p { color: rgb(230,120,171); }
H1.HeaderClassName
{
color: #E678AB;
}
.AnyTagClassName
{
color: #E678AB;
}
</style>
background-color css
<style>
a { background-color: #E678AB; }
a { background-color: rgb(230,120,171); }
div.DivClassName
{
background-color: #E678AB;
}
.BgClassName
{
background-color: #E678AB;
}
</style>
border-color css
<style>
span { border-color: #E678AB; }
span { border-color: rgb(230,120,171); }
td.TdClassName
{
border-color: #E678AB;
}
.TagClassName
{
border-color: #E678AB;
}
</style>