Shades of Persian Pink #E583C0
Tints of Persian Pink #E583C0
RGB
CMYK
RGB Variations
Color information
#E583C0 (or 0xE583C0) is known color: Persian Pink. HEX triplet: E5, 83 and C0. RGB value is (229,131,192). Sum of RGB (Red+Green+Blue) = 229+131+192=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E583C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E583C0 is #1A7C3F. Grayscale: #A7A7A7. Windows color (decimal): -1735744 or 12616677. OLE color: 12616677.
HSL color Cylindrical-coordinate representation of color #E583C0: hue angle of 322.65º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E583C0 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 192 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.10 |
| HSL | 322.65º | 0.65% | 0.71% | - |
| HSV(B) | 322.65º | 0.43% | 0.9% | - |
| XYZ | 49.94 | 36.7 | 54.32 | - |
| YUV | 167.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 192 | 0 | 0.43 | 0.16 | 0.10 | 322.65 | 0.65 | 0.71 |
| Hex | E5 | 83 | C0 | 0 | 2B | 10 | A | 143 | 41 | 47 |
| Octal | 345 | 203 | 300 | 0 | 53 | 20 | 12 | 503 | 101 | 107 |
| Binary | 11100101 | 10000011 | 11000000 | 0 | 101011 | 10000 | 1010 | 101000011 | 1000001 | 1000111 |
Color Harmonies of #E583C0
Complementary color
Monochromatic Colors of #E583C0
Black with #E583C0
Text Example
Text Example
White with #E583C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E583C0; }
p { color: rgb(229,131,192); }
H1.HeaderClassName
{
color: #E583C0;
}
.AnyTagClassName
{
color: #E583C0;
}
</style>
background-color css
<style>
a { background-color: #E583C0; }
a { background-color: rgb(229,131,192); }
div.DivClassName
{
background-color: #E583C0;
}
.BgClassName
{
background-color: #E583C0;
}
</style>
border-color css
<style>
span { border-color: #E583C0; }
span { border-color: rgb(229,131,192); }
td.TdClassName
{
border-color: #E583C0;
}
.TagClassName
{
border-color: #E583C0;
}
</style>