Shades of Persian Pink #E770B8
Tints of Persian Pink #E770B8
RGB
CMYK
RGB Variations
Color information
#E770B8 (or 0xE770B8) is known color: Persian Pink. HEX triplet: E7, 70 and B8. RGB value is (231,112,184). Sum of RGB (Red+Green+Blue) = 231+112+184=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E770B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770B8 is #188F47. Grayscale: #9B9B9B. Windows color (decimal): -1609544 or 12087527. OLE color: 12087527.
HSL color Cylindrical-coordinate representation of color #E770B8: hue angle of 323.7º 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 #E770B8 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 184 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.09 |
| HSL | 323.7º | 0.71% | 0.67% | - |
| HSV(B) | 323.7º | 0.52% | 0.91% | - |
| XYZ | 47.4 | 32.04 | 49.03 | - |
| YUV | 155.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 184 | 0 | 0.52 | 0.20 | 0.09 | 323.7 | 0.71 | 0.67 |
| Hex | E7 | 70 | B8 | 0 | 34 | 14 | 9 | 144 | 47 | 43 |
| Octal | 347 | 160 | 270 | 0 | 64 | 24 | 11 | 504 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10111000 | 0 | 110100 | 10100 | 1001 | 101000100 | 1000111 | 1000011 |
Color Harmonies of #E770B8
Complementary color
Monochromatic Colors of #E770B8
Black with #E770B8
Text Example
Text Example
White with #E770B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770B8; }
p { color: rgb(231,112,184); }
H1.HeaderClassName
{
color: #E770B8;
}
.AnyTagClassName
{
color: #E770B8;
}
</style>
background-color css
<style>
a { background-color: #E770B8; }
a { background-color: rgb(231,112,184); }
div.DivClassName
{
background-color: #E770B8;
}
.BgClassName
{
background-color: #E770B8;
}
</style>
border-color css
<style>
span { border-color: #E770B8; }
span { border-color: rgb(231,112,184); }
td.TdClassName
{
border-color: #E770B8;
}
.TagClassName
{
border-color: #E770B8;
}
</style>