Shades of Persian Pink #E575BF
Tints of Persian Pink #E575BF
RGB
CMYK
RGB Variations
Color information
#E575BF (or 0xE575BF) is known color: Persian Pink. HEX triplet: E5, 75 and BF. RGB value is (229,117,191). Sum of RGB (Red+Green+Blue) = 229+117+191=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E575BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575BF is #1A8A40. Grayscale: #9E9E9E. Windows color (decimal): -1739329 or 12547557. OLE color: 12547557.
HSL color Cylindrical-coordinate representation of color #E575BF: hue angle of 320.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E575BF is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 191 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.10 |
| HSL | 320.36º | 0.68% | 0.68% | - |
| HSV(B) | 320.36º | 0.49% | 0.9% | - |
| XYZ | 48.08 | 33.14 | 53.15 | - |
| YUV | 158.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 191 | 0 | 0.49 | 0.17 | 0.10 | 320.36 | 0.68 | 0.68 |
| Hex | E5 | 75 | BF | 0 | 31 | 11 | A | 140 | 44 | 44 |
| Octal | 345 | 165 | 277 | 0 | 61 | 21 | 12 | 500 | 104 | 104 |
| Binary | 11100101 | 1110101 | 10111111 | 0 | 110001 | 10001 | 1010 | 101000000 | 1000100 | 1000100 |
Color Harmonies of #E575BF
Complementary color
Monochromatic Colors of #E575BF
Black with #E575BF
Text Example
Text Example
White with #E575BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575BF; }
p { color: rgb(229,117,191); }
H1.HeaderClassName
{
color: #E575BF;
}
.AnyTagClassName
{
color: #E575BF;
}
</style>
background-color css
<style>
a { background-color: #E575BF; }
a { background-color: rgb(229,117,191); }
div.DivClassName
{
background-color: #E575BF;
}
.BgClassName
{
background-color: #E575BF;
}
</style>
border-color css
<style>
span { border-color: #E575BF; }
span { border-color: rgb(229,117,191); }
td.TdClassName
{
border-color: #E575BF;
}
.TagClassName
{
border-color: #E575BF;
}
</style>