Shades of Persian Pink #E281BF
Tints of Persian Pink #E281BF
RGB
CMYK
RGB Variations
Color information
#E281BF (or 0xE281BF) is known color: Persian Pink. HEX triplet: E2, 81 and BF. RGB value is (226,129,191). Sum of RGB (Red+Green+Blue) = 226+129+191=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E281BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281BF is #1D7E40. Grayscale: #A4A4A4. Windows color (decimal): -1932865 or 12550626. OLE color: 12550626.
HSL color Cylindrical-coordinate representation of color #E281BF: hue angle of 321.65º 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 #E281BF is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 191 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.11 |
| HSL | 321.65º | 0.63% | 0.7% | - |
| HSV(B) | 321.65º | 0.43% | 0.89% | - |
| XYZ | 48.62 | 35.63 | 53.61 | - |
| YUV | 165.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 191 | 0 | 0.43 | 0.15 | 0.11 | 321.65 | 0.63 | 0.7 |
| Hex | E2 | 81 | BF | 0 | 2B | F | B | 142 | 3F | 46 |
| Octal | 342 | 201 | 277 | 0 | 53 | 17 | 13 | 502 | 77 | 106 |
| Binary | 11100010 | 10000001 | 10111111 | 0 | 101011 | 1111 | 1011 | 101000010 | 111111 | 1000110 |
Color Harmonies of #E281BF
Complementary color
Monochromatic Colors of #E281BF
Black with #E281BF
Text Example
Text Example
White with #E281BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281BF; }
p { color: rgb(226,129,191); }
H1.HeaderClassName
{
color: #E281BF;
}
.AnyTagClassName
{
color: #E281BF;
}
</style>
background-color css
<style>
a { background-color: #E281BF; }
a { background-color: rgb(226,129,191); }
div.DivClassName
{
background-color: #E281BF;
}
.BgClassName
{
background-color: #E281BF;
}
</style>
border-color css
<style>
span { border-color: #E281BF; }
span { border-color: rgb(226,129,191); }
td.TdClassName
{
border-color: #E281BF;
}
.TagClassName
{
border-color: #E281BF;
}
</style>