Shades of Persian Pink #E685BE
Tints of Persian Pink #E685BE
RGB
CMYK
RGB Variations
Color information
#E685BE (or 0xE685BE) is known color: Persian Pink. HEX triplet: E6, 85 and BE. RGB value is (230,133,190). Sum of RGB (Red+Green+Blue) = 230+133+190=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E685BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685BE is #197A41. Grayscale: #A8A8A8. Windows color (decimal): -1669698 or 12486118. OLE color: 12486118.
HSL color Cylindrical-coordinate representation of color #E685BE: hue angle of 324.74º 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 #E685BE is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 190 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.10 |
| HSL | 324.74º | 0.66% | 0.71% | - |
| HSV(B) | 324.74º | 0.42% | 0.9% | - |
| XYZ | 50.31 | 37.32 | 53.27 | - |
| YUV | 168.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 190 | 0 | 0.42 | 0.17 | 0.10 | 324.74 | 0.66 | 0.71 |
| Hex | E6 | 85 | BE | 0 | 2A | 11 | A | 145 | 42 | 47 |
| Octal | 346 | 205 | 276 | 0 | 52 | 21 | 12 | 505 | 102 | 107 |
| Binary | 11100110 | 10000101 | 10111110 | 0 | 101010 | 10001 | 1010 | 101000101 | 1000010 | 1000111 |
Color Harmonies of #E685BE
Complementary color
Monochromatic Colors of #E685BE
Black with #E685BE
Text Example
Text Example
White with #E685BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E685BE; }
p { color: rgb(230,133,190); }
H1.HeaderClassName
{
color: #E685BE;
}
.AnyTagClassName
{
color: #E685BE;
}
</style>
background-color css
<style>
a { background-color: #E685BE; }
a { background-color: rgb(230,133,190); }
div.DivClassName
{
background-color: #E685BE;
}
.BgClassName
{
background-color: #E685BE;
}
</style>
border-color css
<style>
span { border-color: #E685BE; }
span { border-color: rgb(230,133,190); }
td.TdClassName
{
border-color: #E685BE;
}
.TagClassName
{
border-color: #E685BE;
}
</style>