Shades of Persian Pink #E679BF
Tints of Persian Pink #E679BF
RGB
CMYK
RGB Variations
Color information
#E679BF (or 0xE679BF) is known color: Persian Pink. HEX triplet: E6, 79 and BF. RGB value is (230,121,191). Sum of RGB (Red+Green+Blue) = 230+121+191=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E679BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679BF is #198640. Grayscale: #A1A1A1. Windows color (decimal): -1672769 or 12548582. OLE color: 12548582.
HSL color Cylindrical-coordinate representation of color #E679BF: hue angle of 321.47º degrees, saturation: 0.69, 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 #E679BF is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 121 | 191 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.10 |
| HSL | 321.47º | 0.69% | 0.69% | - |
| HSV(B) | 321.47º | 0.47% | 0.9% | - |
| XYZ | 48.87 | 34.26 | 53.33 | - |
| YUV | 161.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 191 | 0 | 0.47 | 0.17 | 0.10 | 321.47 | 0.69 | 0.69 |
| Hex | E6 | 79 | BF | 0 | 2F | 11 | A | 141 | 45 | 45 |
| Octal | 346 | 171 | 277 | 0 | 57 | 21 | 12 | 501 | 105 | 105 |
| Binary | 11100110 | 1111001 | 10111111 | 0 | 101111 | 10001 | 1010 | 101000001 | 1000101 | 1000101 |
Color Harmonies of #E679BF
Complementary color
Monochromatic Colors of #E679BF
Black with #E679BF
Text Example
Text Example
White with #E679BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E679BF; }
p { color: rgb(230,121,191); }
H1.HeaderClassName
{
color: #E679BF;
}
.AnyTagClassName
{
color: #E679BF;
}
</style>
background-color css
<style>
a { background-color: #E679BF; }
a { background-color: rgb(230,121,191); }
div.DivClassName
{
background-color: #E679BF;
}
.BgClassName
{
background-color: #E679BF;
}
</style>
border-color css
<style>
span { border-color: #E679BF; }
span { border-color: rgb(230,121,191); }
td.TdClassName
{
border-color: #E679BF;
}
.TagClassName
{
border-color: #E679BF;
}
</style>