Shades of Persian Pink #E770B5
Tints of Persian Pink #E770B5
RGB
CMYK
RGB Variations
Color information
#E770B5 (or 0xE770B5) is known color: Persian Pink. HEX triplet: E7, 70 and B5. RGB value is (231,112,181). Sum of RGB (Red+Green+Blue) = 231+112+181=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E770B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770B5 is #188F4A. Grayscale: #9B9B9B. Windows color (decimal): -1609547 or 11890919. OLE color: 11890919.
HSL color Cylindrical-coordinate representation of color #E770B5: hue angle of 325.21º 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 #E770B5 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 181 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.09 |
| HSL | 325.21º | 0.71% | 0.67% | - |
| HSV(B) | 325.21º | 0.52% | 0.91% | - |
| XYZ | 47.09 | 31.91 | 47.39 | - |
| YUV | 155.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 181 | 0 | 0.52 | 0.22 | 0.09 | 325.21 | 0.71 | 0.67 |
| Hex | E7 | 70 | B5 | 0 | 34 | 16 | 9 | 145 | 47 | 43 |
| Octal | 347 | 160 | 265 | 0 | 64 | 26 | 11 | 505 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10110101 | 0 | 110100 | 10110 | 1001 | 101000101 | 1000111 | 1000011 |
Color Harmonies of #E770B5
Complementary color
Monochromatic Colors of #E770B5
Black with #E770B5
Text Example
Text Example
White with #E770B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770B5; }
p { color: rgb(231,112,181); }
H1.HeaderClassName
{
color: #E770B5;
}
.AnyTagClassName
{
color: #E770B5;
}
</style>
background-color css
<style>
a { background-color: #E770B5; }
a { background-color: rgb(231,112,181); }
div.DivClassName
{
background-color: #E770B5;
}
.BgClassName
{
background-color: #E770B5;
}
</style>
border-color css
<style>
span { border-color: #E770B5; }
span { border-color: rgb(231,112,181); }
td.TdClassName
{
border-color: #E770B5;
}
.TagClassName
{
border-color: #E770B5;
}
</style>