Shades of Persian Pink #E770BC
Tints of Persian Pink #E770BC
RGB
CMYK
RGB Variations
Color information
#E770BC (or 0xE770BC) is known color: Persian Pink. HEX triplet: E7, 70 and BC. RGB value is (231,112,188). Sum of RGB (Red+Green+Blue) = 231+112+188=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E770BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770BC is #188F43. Grayscale: #9C9C9C. Windows color (decimal): -1609540 or 12349671. OLE color: 12349671.
HSL color Cylindrical-coordinate representation of color #E770BC: hue angle of 321.68º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E770BC is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 188 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.09 |
| HSL | 321.68º | 0.71% | 0.67% | - |
| HSV(B) | 321.68º | 0.52% | 0.91% | - |
| XYZ | 47.83 | 32.21 | 51.27 | - |
| YUV | 156.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 188 | 0 | 0.52 | 0.19 | 0.09 | 321.68 | 0.71 | 0.67 |
| Hex | E7 | 70 | BC | 0 | 34 | 13 | 9 | 142 | 47 | 43 |
| Octal | 347 | 160 | 274 | 0 | 64 | 23 | 11 | 502 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10111100 | 0 | 110100 | 10011 | 1001 | 101000010 | 1000111 | 1000011 |
Color Harmonies of #E770BC
Complementary color
Monochromatic Colors of #E770BC
Black with #E770BC
Text Example
Text Example
White with #E770BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770BC; }
p { color: rgb(231,112,188); }
H1.HeaderClassName
{
color: #E770BC;
}
.AnyTagClassName
{
color: #E770BC;
}
</style>
background-color css
<style>
a { background-color: #E770BC; }
a { background-color: rgb(231,112,188); }
div.DivClassName
{
background-color: #E770BC;
}
.BgClassName
{
background-color: #E770BC;
}
</style>
border-color css
<style>
span { border-color: #E770BC; }
span { border-color: rgb(231,112,188); }
td.TdClassName
{
border-color: #E770BC;
}
.TagClassName
{
border-color: #E770BC;
}
</style>