Shades of Persian Pink #E481BD
Tints of Persian Pink #E481BD
RGB
CMYK
RGB Variations
Color information
#E481BD (or 0xE481BD) is known color: Persian Pink. HEX triplet: E4, 81 and BD. RGB value is (228,129,189). Sum of RGB (Red+Green+Blue) = 228+129+189=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E481BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E481BD is #1B7E42. Grayscale: #A5A5A5. Windows color (decimal): -1801795 or 12419556. OLE color: 12419556.
HSL color Cylindrical-coordinate representation of color #E481BD: hue angle of 323.64º degrees, saturation: 0.65, 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 #E481BD is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 129 | 189 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.11 |
| HSL | 323.64º | 0.65% | 0.7% | - |
| HSV(B) | 323.64º | 0.43% | 0.89% | - |
| XYZ | 49.03 | 35.87 | 52.48 | - |
| YUV | 165.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 189 | 0 | 0.43 | 0.17 | 0.11 | 323.64 | 0.65 | 0.7 |
| Hex | E4 | 81 | BD | 0 | 2B | 11 | B | 144 | 41 | 46 |
| Octal | 344 | 201 | 275 | 0 | 53 | 21 | 13 | 504 | 101 | 106 |
| Binary | 11100100 | 10000001 | 10111101 | 0 | 101011 | 10001 | 1011 | 101000100 | 1000001 | 1000110 |
Color Harmonies of #E481BD
Complementary color
Monochromatic Colors of #E481BD
Black with #E481BD
Text Example
Text Example
White with #E481BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E481BD; }
p { color: rgb(228,129,189); }
H1.HeaderClassName
{
color: #E481BD;
}
.AnyTagClassName
{
color: #E481BD;
}
</style>
background-color css
<style>
a { background-color: #E481BD; }
a { background-color: rgb(228,129,189); }
div.DivClassName
{
background-color: #E481BD;
}
.BgClassName
{
background-color: #E481BD;
}
</style>
border-color css
<style>
span { border-color: #E481BD; }
span { border-color: rgb(228,129,189); }
td.TdClassName
{
border-color: #E481BD;
}
.TagClassName
{
border-color: #E481BD;
}
</style>