Shades of Persian Pink #E780B5
Tints of Persian Pink #E780B5
RGB
CMYK
RGB Variations
Color information
#E780B5 (or 0xE780B5) is known color: Persian Pink. HEX triplet: E7, 80 and B5. RGB value is (231,128,181). Sum of RGB (Red+Green+Blue) = 231+128+181=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E780B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780B5 is #187F4A. Grayscale: #A4A4A4. Windows color (decimal): -1605451 or 11895015. OLE color: 11895015.
HSL color Cylindrical-coordinate representation of color #E780B5: hue angle of 329.13º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780B5 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 181 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.09 |
| HSL | 329.13º | 0.68% | 0.7% | - |
| HSV(B) | 329.13º | 0.45% | 0.91% | - |
| XYZ | 49.01 | 35.76 | 48.04 | - |
| YUV | 164.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 181 | 0 | 0.45 | 0.22 | 0.09 | 329.13 | 0.68 | 0.7 |
| Hex | E7 | 80 | B5 | 0 | 2D | 16 | 9 | 149 | 44 | 46 |
| Octal | 347 | 200 | 265 | 0 | 55 | 26 | 11 | 511 | 104 | 106 |
| Binary | 11100111 | 10000000 | 10110101 | 0 | 101101 | 10110 | 1001 | 101001001 | 1000100 | 1000110 |
Color Harmonies of #E780B5
Complementary color
Monochromatic Colors of #E780B5
Black with #E780B5
Text Example
Text Example
White with #E780B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E780B5; }
p { color: rgb(231,128,181); }
H1.HeaderClassName
{
color: #E780B5;
}
.AnyTagClassName
{
color: #E780B5;
}
</style>
background-color css
<style>
a { background-color: #E780B5; }
a { background-color: rgb(231,128,181); }
div.DivClassName
{
background-color: #E780B5;
}
.BgClassName
{
background-color: #E780B5;
}
</style>
border-color css
<style>
span { border-color: #E780B5; }
span { border-color: rgb(231,128,181); }
td.TdClassName
{
border-color: #E780B5;
}
.TagClassName
{
border-color: #E780B5;
}
</style>