Shades of Persian Pink #E483BE
Tints of Persian Pink #E483BE
RGB
CMYK
RGB Variations
Color information
#E483BE (or 0xE483BE) is known color: Persian Pink. HEX triplet: E4, 83 and BE. RGB value is (228,131,190). Sum of RGB (Red+Green+Blue) = 228+131+190=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E483BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E483BE is #1B7C41. Grayscale: #A6A6A6. Windows color (decimal): -1801282 or 12485604. OLE color: 12485604.
HSL color Cylindrical-coordinate representation of color #E483BE: hue angle of 323.51º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E483BE is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 190 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.11 |
| HSL | 323.51º | 0.64% | 0.7% | - |
| HSV(B) | 323.51º | 0.43% | 0.89% | - |
| XYZ | 49.41 | 36.44 | 53.15 | - |
| YUV | 166.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 190 | 0 | 0.43 | 0.17 | 0.11 | 323.51 | 0.64 | 0.7 |
| Hex | E4 | 83 | BE | 0 | 2B | 11 | B | 144 | 40 | 46 |
| Octal | 344 | 203 | 276 | 0 | 53 | 21 | 13 | 504 | 100 | 106 |
| Binary | 11100100 | 10000011 | 10111110 | 0 | 101011 | 10001 | 1011 | 101000100 | 1000000 | 1000110 |
Color Harmonies of #E483BE
Complementary color
Monochromatic Colors of #E483BE
Black with #E483BE
Text Example
Text Example
White with #E483BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E483BE; }
p { color: rgb(228,131,190); }
H1.HeaderClassName
{
color: #E483BE;
}
.AnyTagClassName
{
color: #E483BE;
}
</style>
background-color css
<style>
a { background-color: #E483BE; }
a { background-color: rgb(228,131,190); }
div.DivClassName
{
background-color: #E483BE;
}
.BgClassName
{
background-color: #E483BE;
}
</style>
border-color css
<style>
span { border-color: #E483BE; }
span { border-color: rgb(228,131,190); }
td.TdClassName
{
border-color: #E483BE;
}
.TagClassName
{
border-color: #E483BE;
}
</style>