Shades of Persian Pink #E281BC
Tints of Persian Pink #E281BC
RGB
CMYK
RGB Variations
Color information
#E281BC (or 0xE281BC) is known color: Persian Pink. HEX triplet: E2, 81 and BC. RGB value is (226,129,188). Sum of RGB (Red+Green+Blue) = 226+129+188=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E281BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281BC is #1D7E43. Grayscale: #A4A4A4. Windows color (decimal): -1932868 or 12354018. OLE color: 12354018.
HSL color Cylindrical-coordinate representation of color #E281BC: hue angle of 323.51º 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 #E281BC is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 188 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.11 |
| HSL | 323.51º | 0.63% | 0.7% | - |
| HSV(B) | 323.51º | 0.43% | 0.89% | - |
| XYZ | 48.29 | 35.5 | 51.88 | - |
| YUV | 164.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 188 | 0 | 0.43 | 0.17 | 0.11 | 323.51 | 0.63 | 0.7 |
| Hex | E2 | 81 | BC | 0 | 2B | 11 | B | 144 | 3F | 46 |
| Octal | 342 | 201 | 274 | 0 | 53 | 21 | 13 | 504 | 77 | 106 |
| Binary | 11100010 | 10000001 | 10111100 | 0 | 101011 | 10001 | 1011 | 101000100 | 111111 | 1000110 |
Color Harmonies of #E281BC
Complementary color
Monochromatic Colors of #E281BC
Black with #E281BC
Text Example
Text Example
White with #E281BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281BC; }
p { color: rgb(226,129,188); }
H1.HeaderClassName
{
color: #E281BC;
}
.AnyTagClassName
{
color: #E281BC;
}
</style>
background-color css
<style>
a { background-color: #E281BC; }
a { background-color: rgb(226,129,188); }
div.DivClassName
{
background-color: #E281BC;
}
.BgClassName
{
background-color: #E281BC;
}
</style>
border-color css
<style>
span { border-color: #E281BC; }
span { border-color: rgb(226,129,188); }
td.TdClassName
{
border-color: #E281BC;
}
.TagClassName
{
border-color: #E281BC;
}
</style>