Shades of Persian Pink #E578B3
Tints of Persian Pink #E578B3
RGB
CMYK
RGB Variations
Color information
#E578B3 (or 0xE578B3) is known color: Persian Pink. HEX triplet: E5, 78 and B3. RGB value is (229,120,179). Sum of RGB (Red+Green+Blue) = 229+120+179=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E578B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578B3 is #1A874C. Grayscale: #9F9F9F. Windows color (decimal): -1738573 or 11761893. OLE color: 11761893.
HSL color Cylindrical-coordinate representation of color #E578B3: hue angle of 327.52º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E578B3 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 179 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.10 |
| HSL | 327.52º | 0.68% | 0.68% | - |
| HSV(B) | 327.52º | 0.48% | 0.9% | - |
| XYZ | 47.17 | 33.35 | 46.6 | - |
| YUV | 159.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 179 | 0 | 0.48 | 0.22 | 0.10 | 327.52 | 0.68 | 0.68 |
| Hex | E5 | 78 | B3 | 0 | 30 | 16 | A | 148 | 44 | 44 |
| Octal | 345 | 170 | 263 | 0 | 60 | 26 | 12 | 510 | 104 | 104 |
| Binary | 11100101 | 1111000 | 10110011 | 0 | 110000 | 10110 | 1010 | 101001000 | 1000100 | 1000100 |
Color Harmonies of #E578B3
Complementary color
Monochromatic Colors of #E578B3
Black with #E578B3
Text Example
Text Example
White with #E578B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E578B3; }
p { color: rgb(229,120,179); }
H1.HeaderClassName
{
color: #E578B3;
}
.AnyTagClassName
{
color: #E578B3;
}
</style>
background-color css
<style>
a { background-color: #E578B3; }
a { background-color: rgb(229,120,179); }
div.DivClassName
{
background-color: #E578B3;
}
.BgClassName
{
background-color: #E578B3;
}
</style>
border-color css
<style>
span { border-color: #E578B3; }
span { border-color: rgb(229,120,179); }
td.TdClassName
{
border-color: #E578B3;
}
.TagClassName
{
border-color: #E578B3;
}
</style>