Shades of Persian Pink #E76DB8
Tints of Persian Pink #E76DB8
RGB
CMYK
RGB Variations
Color information
#E76DB8 (or 0xE76DB8) is known color: Persian Pink. HEX triplet: E7, 6D and B8. RGB value is (231,109,184). Sum of RGB (Red+Green+Blue) = 231+109+184=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DB8 is #189247. Grayscale: #999999. Windows color (decimal): -1610312 or 12086759. OLE color: 12086759.
HSL color Cylindrical-coordinate representation of color #E76DB8: hue angle of 323.11º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76DB8 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 184 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.09 |
| HSL | 323.11º | 0.72% | 0.67% | - |
| HSV(B) | 323.11º | 0.53% | 0.91% | - |
| XYZ | 47.08 | 31.39 | 48.92 | - |
| YUV | 154.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 184 | 0 | 0.53 | 0.20 | 0.09 | 323.11 | 0.72 | 0.67 |
| Hex | E7 | 6D | B8 | 0 | 35 | 14 | 9 | 143 | 48 | 43 |
| Octal | 347 | 155 | 270 | 0 | 65 | 24 | 11 | 503 | 110 | 103 |
| Binary | 11100111 | 1101101 | 10111000 | 0 | 110101 | 10100 | 1001 | 101000011 | 1001000 | 1000011 |
Color Harmonies of #E76DB8
Complementary color
Monochromatic Colors of #E76DB8
Black with #E76DB8
Text Example
Text Example
White with #E76DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76DB8; }
p { color: rgb(231,109,184); }
H1.HeaderClassName
{
color: #E76DB8;
}
.AnyTagClassName
{
color: #E76DB8;
}
</style>
background-color css
<style>
a { background-color: #E76DB8; }
a { background-color: rgb(231,109,184); }
div.DivClassName
{
background-color: #E76DB8;
}
.BgClassName
{
background-color: #E76DB8;
}
</style>
border-color css
<style>
span { border-color: #E76DB8; }
span { border-color: rgb(231,109,184); }
td.TdClassName
{
border-color: #E76DB8;
}
.TagClassName
{
border-color: #E76DB8;
}
</style>