Shades of Persian Pink #E686BE
Tints of Persian Pink #E686BE
RGB
CMYK
RGB Variations
Color information
#E686BE (or 0xE686BE) is known color: Persian Pink. HEX triplet: E6, 86 and BE. RGB value is (230,134,190). Sum of RGB (Red+Green+Blue) = 230+134+190=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E686BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686BE is #197941. Grayscale: #A8A8A8. Windows color (decimal): -1669442 or 12486374. OLE color: 12486374.
HSL color Cylindrical-coordinate representation of color #E686BE: hue angle of 325º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E686BE is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 190 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.10 |
| HSL | 325º | 0.66% | 0.71% | - |
| HSV(B) | 325º | 0.42% | 0.9% | - |
| XYZ | 50.45 | 37.59 | 53.31 | - |
| YUV | 169.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 190 | 0 | 0.42 | 0.17 | 0.10 | 325 | 0.66 | 0.71 |
| Hex | E6 | 86 | BE | 0 | 2A | 11 | A | 145 | 42 | 47 |
| Octal | 346 | 206 | 276 | 0 | 52 | 21 | 12 | 505 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10111110 | 0 | 101010 | 10001 | 1010 | 101000101 | 1000010 | 1000111 |
Color Harmonies of #E686BE
Complementary color
Monochromatic Colors of #E686BE
Black with #E686BE
Text Example
Text Example
White with #E686BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E686BE; }
p { color: rgb(230,134,190); }
H1.HeaderClassName
{
color: #E686BE;
}
.AnyTagClassName
{
color: #E686BE;
}
</style>
background-color css
<style>
a { background-color: #E686BE; }
a { background-color: rgb(230,134,190); }
div.DivClassName
{
background-color: #E686BE;
}
.BgClassName
{
background-color: #E686BE;
}
</style>
border-color css
<style>
span { border-color: #E686BE; }
span { border-color: rgb(230,134,190); }
td.TdClassName
{
border-color: #E686BE;
}
.TagClassName
{
border-color: #E686BE;
}
</style>