Shades of Persian Pink #E580B0
Tints of Persian Pink #E580B0
RGB
CMYK
RGB Variations
Color information
#E580B0 (or 0xE580B0) is known color: Persian Pink. HEX triplet: E5, 80 and B0. RGB value is (229,128,176). Sum of RGB (Red+Green+Blue) = 229+128+176=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E580B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E580B0 is #1A7F4F. Grayscale: #A3A3A3. Windows color (decimal): -1736528 or 11567333. OLE color: 11567333.
HSL color Cylindrical-coordinate representation of color #E580B0: hue angle of 331.49º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E580B0 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 128 | 176 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.10 |
| HSL | 331.49º | 0.66% | 0.7% | - |
| HSV(B) | 331.49º | 0.44% | 0.9% | - |
| XYZ | 47.87 | 35.23 | 45.35 | - |
| YUV | 163.67 | 134.96 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 176 | 0 | 0.44 | 0.23 | 0.10 | 331.49 | 0.66 | 0.7 |
| Hex | E5 | 80 | B0 | 0 | 2C | 17 | A | 14B | 42 | 46 |
| Octal | 345 | 200 | 260 | 0 | 54 | 27 | 12 | 513 | 102 | 106 |
| Binary | 11100101 | 10000000 | 10110000 | 0 | 101100 | 10111 | 1010 | 101001011 | 1000010 | 1000110 |
Color Harmonies of #E580B0
Complementary color
Monochromatic Colors of #E580B0
Black with #E580B0
Text Example
Text Example
White with #E580B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E580B0; }
p { color: rgb(229,128,176); }
H1.HeaderClassName
{
color: #E580B0;
}
.AnyTagClassName
{
color: #E580B0;
}
</style>
background-color css
<style>
a { background-color: #E580B0; }
a { background-color: rgb(229,128,176); }
div.DivClassName
{
background-color: #E580B0;
}
.BgClassName
{
background-color: #E580B0;
}
</style>
border-color css
<style>
span { border-color: #E580B0; }
span { border-color: rgb(229,128,176); }
td.TdClassName
{
border-color: #E580B0;
}
.TagClassName
{
border-color: #E580B0;
}
</style>