Shades of Persian Pink #E281B5
Tints of Persian Pink #E281B5
RGB
CMYK
RGB Variations
Color information
#E281B5 (or 0xE281B5) is known color: Persian Pink. HEX triplet: E2, 81 and B5. RGB value is (226,129,181). Sum of RGB (Red+Green+Blue) = 226+129+181=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E281B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281B5 is #1D7E4A. Grayscale: #A3A3A3. Windows color (decimal): -1932875 or 11895266. OLE color: 11895266.
HSL color Cylindrical-coordinate representation of color #E281B5: hue angle of 327.84º degrees, saturation: 0.63, 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 #E281B5 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 181 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.11 |
| HSL | 327.84º | 0.63% | 0.7% | - |
| HSV(B) | 327.84º | 0.43% | 0.89% | - |
| XYZ | 47.55 | 35.21 | 48 | - |
| YUV | 163.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 181 | 0 | 0.43 | 0.20 | 0.11 | 327.84 | 0.63 | 0.7 |
| Hex | E2 | 81 | B5 | 0 | 2B | 14 | B | 148 | 3F | 46 |
| Octal | 342 | 201 | 265 | 0 | 53 | 24 | 13 | 510 | 77 | 106 |
| Binary | 11100010 | 10000001 | 10110101 | 0 | 101011 | 10100 | 1011 | 101001000 | 111111 | 1000110 |
Color Harmonies of #E281B5
Complementary color
Monochromatic Colors of #E281B5
Black with #E281B5
Text Example
Text Example
White with #E281B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281B5; }
p { color: rgb(226,129,181); }
H1.HeaderClassName
{
color: #E281B5;
}
.AnyTagClassName
{
color: #E281B5;
}
</style>
background-color css
<style>
a { background-color: #E281B5; }
a { background-color: rgb(226,129,181); }
div.DivClassName
{
background-color: #E281B5;
}
.BgClassName
{
background-color: #E281B5;
}
</style>
border-color css
<style>
span { border-color: #E281B5; }
span { border-color: rgb(226,129,181); }
td.TdClassName
{
border-color: #E281B5;
}
.TagClassName
{
border-color: #E281B5;
}
</style>