Shades of Persian Pink #E083BE
Tints of Persian Pink #E083BE
RGB
CMYK
RGB Variations
Color information
#E083BE (or 0xE083BE) is known color: Persian Pink. HEX triplet: E0, 83 and BE. RGB value is (224,131,190). Sum of RGB (Red+Green+Blue) = 224+131+190=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E083BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083BE is #1F7C41. Grayscale: #A5A5A5. Windows color (decimal): -2063426 or 12485600. OLE color: 12485600.
HSL color Cylindrical-coordinate representation of color #E083BE: hue angle of 321.94º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E083BE is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 190 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.12 |
| HSL | 321.94º | 0.6% | 0.7% | - |
| HSV(B) | 321.94º | 0.42% | 0.88% | - |
| XYZ | 48.15 | 35.8 | 53.09 | - |
| YUV | 165.53 | 141.81 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 190 | 0 | 0.42 | 0.15 | 0.12 | 321.94 | 0.6 | 0.7 |
| Hex | E0 | 83 | BE | 0 | 2A | F | C | 142 | 3C | 46 |
| Octal | 340 | 203 | 276 | 0 | 52 | 17 | 14 | 502 | 74 | 106 |
| Binary | 11100000 | 10000011 | 10111110 | 0 | 101010 | 1111 | 1100 | 101000010 | 111100 | 1000110 |
Color Harmonies of #E083BE
Complementary color
Monochromatic Colors of #E083BE
Black with #E083BE
Text Example
Text Example
White with #E083BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E083BE; }
p { color: rgb(224,131,190); }
H1.HeaderClassName
{
color: #E083BE;
}
.AnyTagClassName
{
color: #E083BE;
}
</style>
background-color css
<style>
a { background-color: #E083BE; }
a { background-color: rgb(224,131,190); }
div.DivClassName
{
background-color: #E083BE;
}
.BgClassName
{
background-color: #E083BE;
}
</style>
border-color css
<style>
span { border-color: #E083BE; }
span { border-color: rgb(224,131,190); }
td.TdClassName
{
border-color: #E083BE;
}
.TagClassName
{
border-color: #E083BE;
}
</style>