Shades of Persian Pink #E581BC
Tints of Persian Pink #E581BC
RGB
CMYK
RGB Variations
Color information
#E581BC (or 0xE581BC) is known color: Persian Pink. HEX triplet: E5, 81 and BC. RGB value is (229,129,188). Sum of RGB (Red+Green+Blue) = 229+129+188=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E581BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E581BC is #1A7E43. Grayscale: #A5A5A5. Windows color (decimal): -1736260 or 12354021. OLE color: 12354021.
HSL color Cylindrical-coordinate representation of color #E581BC: hue angle of 324.6º 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 #E581BC is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 129 | 188 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.10 |
| HSL | 324.6º | 0.66% | 0.7% | - |
| HSV(B) | 324.6º | 0.44% | 0.9% | - |
| XYZ | 49.24 | 35.99 | 51.93 | - |
| YUV | 165.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 129 | 188 | 0 | 0.44 | 0.18 | 0.10 | 324.6 | 0.66 | 0.7 |
| Hex | E5 | 81 | BC | 0 | 2C | 12 | A | 145 | 42 | 46 |
| Octal | 345 | 201 | 274 | 0 | 54 | 22 | 12 | 505 | 102 | 106 |
| Binary | 11100101 | 10000001 | 10111100 | 0 | 101100 | 10010 | 1010 | 101000101 | 1000010 | 1000110 |
Color Harmonies of #E581BC
Complementary color
Monochromatic Colors of #E581BC
Black with #E581BC
Text Example
Text Example
White with #E581BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E581BC; }
p { color: rgb(229,129,188); }
H1.HeaderClassName
{
color: #E581BC;
}
.AnyTagClassName
{
color: #E581BC;
}
</style>
background-color css
<style>
a { background-color: #E581BC; }
a { background-color: rgb(229,129,188); }
div.DivClassName
{
background-color: #E581BC;
}
.BgClassName
{
background-color: #E581BC;
}
</style>
border-color css
<style>
span { border-color: #E581BC; }
span { border-color: rgb(229,129,188); }
td.TdClassName
{
border-color: #E581BC;
}
.TagClassName
{
border-color: #E581BC;
}
</style>