Shades of Persian Pink #E685B6
Tints of Persian Pink #E685B6
RGB
CMYK
RGB Variations
Color information
#E685B6 (or 0xE685B6) is known color: Persian Pink. HEX triplet: E6, 85 and B6. RGB value is (230,133,182). Sum of RGB (Red+Green+Blue) = 230+133+182=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E685B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685B6 is #197A49. Grayscale: #A7A7A7. Windows color (decimal): -1669706 or 11961830. OLE color: 11961830.
HSL color Cylindrical-coordinate representation of color #E685B6: hue angle of 329.69º 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 #E685B6 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 182 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.10 |
| HSL | 329.69º | 0.66% | 0.71% | - |
| HSV(B) | 329.69º | 0.42% | 0.9% | - |
| XYZ | 49.46 | 36.98 | 48.79 | - |
| YUV | 167.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 182 | 0 | 0.42 | 0.21 | 0.10 | 329.69 | 0.66 | 0.71 |
| Hex | E6 | 85 | B6 | 0 | 2A | 15 | A | 14A | 42 | 47 |
| Octal | 346 | 205 | 266 | 0 | 52 | 25 | 12 | 512 | 102 | 107 |
| Binary | 11100110 | 10000101 | 10110110 | 0 | 101010 | 10101 | 1010 | 101001010 | 1000010 | 1000111 |
Color Harmonies of #E685B6
Complementary color
Monochromatic Colors of #E685B6
Black with #E685B6
Text Example
Text Example
White with #E685B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E685B6; }
p { color: rgb(230,133,182); }
H1.HeaderClassName
{
color: #E685B6;
}
.AnyTagClassName
{
color: #E685B6;
}
</style>
background-color css
<style>
a { background-color: #E685B6; }
a { background-color: rgb(230,133,182); }
div.DivClassName
{
background-color: #E685B6;
}
.BgClassName
{
background-color: #E685B6;
}
</style>
border-color css
<style>
span { border-color: #E685B6; }
span { border-color: rgb(230,133,182); }
td.TdClassName
{
border-color: #E685B6;
}
.TagClassName
{
border-color: #E685B6;
}
</style>