Shades of Persian Pink #E083BC
Tints of Persian Pink #E083BC
RGB
CMYK
RGB Variations
Color information
#E083BC (or 0xE083BC) is known color: Persian Pink. HEX triplet: E0, 83 and BC. RGB value is (224,131,188). Sum of RGB (Red+Green+Blue) = 224+131+188=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E083BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083BC is #1F7C43. Grayscale: #A5A5A5. Windows color (decimal): -2063428 or 12354528. OLE color: 12354528.
HSL color Cylindrical-coordinate representation of color #E083BC: hue angle of 323.23º 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 #E083BC is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 188 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.12 |
| HSL | 323.23º | 0.6% | 0.7% | - |
| HSV(B) | 323.23º | 0.42% | 0.88% | - |
| XYZ | 47.93 | 35.71 | 51.94 | - |
| YUV | 165.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 188 | 0 | 0.42 | 0.16 | 0.12 | 323.23 | 0.6 | 0.7 |
| Hex | E0 | 83 | BC | 0 | 2A | 10 | C | 143 | 3C | 46 |
| Octal | 340 | 203 | 274 | 0 | 52 | 20 | 14 | 503 | 74 | 106 |
| Binary | 11100000 | 10000011 | 10111100 | 0 | 101010 | 10000 | 1100 | 101000011 | 111100 | 1000110 |
Color Harmonies of #E083BC
Complementary color
Monochromatic Colors of #E083BC
Black with #E083BC
Text Example
Text Example
White with #E083BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E083BC; }
p { color: rgb(224,131,188); }
H1.HeaderClassName
{
color: #E083BC;
}
.AnyTagClassName
{
color: #E083BC;
}
</style>
background-color css
<style>
a { background-color: #E083BC; }
a { background-color: rgb(224,131,188); }
div.DivClassName
{
background-color: #E083BC;
}
.BgClassName
{
background-color: #E083BC;
}
</style>
border-color css
<style>
span { border-color: #E083BC; }
span { border-color: rgb(224,131,188); }
td.TdClassName
{
border-color: #E083BC;
}
.TagClassName
{
border-color: #E083BC;
}
</style>