Shades of Persian Pink #E581B5
Tints of Persian Pink #E581B5
RGB
CMYK
RGB Variations
Color information
#E581B5 (or 0xE581B5) is known color: Persian Pink. HEX triplet: E5, 81 and B5. RGB value is (229,129,181). Sum of RGB (Red+Green+Blue) = 229+129+181=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E581B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E581B5 is #1A7E4A. Grayscale: #A4A4A4. Windows color (decimal): -1736267 or 11895269. OLE color: 11895269.
HSL color Cylindrical-coordinate representation of color #E581B5: hue angle of 328.8º 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 #E581B5 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 129 | 181 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.10 |
| HSL | 328.8º | 0.66% | 0.7% | - |
| HSV(B) | 328.8º | 0.44% | 0.9% | - |
| XYZ | 48.5 | 35.69 | 48.05 | - |
| YUV | 164.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 129 | 181 | 0 | 0.44 | 0.21 | 0.10 | 328.8 | 0.66 | 0.7 |
| Hex | E5 | 81 | B5 | 0 | 2C | 15 | A | 149 | 42 | 46 |
| Octal | 345 | 201 | 265 | 0 | 54 | 25 | 12 | 511 | 102 | 106 |
| Binary | 11100101 | 10000001 | 10110101 | 0 | 101100 | 10101 | 1010 | 101001001 | 1000010 | 1000110 |
Color Harmonies of #E581B5
Complementary color
Monochromatic Colors of #E581B5
Black with #E581B5
Text Example
Text Example
White with #E581B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E581B5; }
p { color: rgb(229,129,181); }
H1.HeaderClassName
{
color: #E581B5;
}
.AnyTagClassName
{
color: #E581B5;
}
</style>
background-color css
<style>
a { background-color: #E581B5; }
a { background-color: rgb(229,129,181); }
div.DivClassName
{
background-color: #E581B5;
}
.BgClassName
{
background-color: #E581B5;
}
</style>
border-color css
<style>
span { border-color: #E581B5; }
span { border-color: rgb(229,129,181); }
td.TdClassName
{
border-color: #E581B5;
}
.TagClassName
{
border-color: #E581B5;
}
</style>