Shades of Persian Pink #E280BD
Tints of Persian Pink #E280BD
RGB
CMYK
RGB Variations
Color information
#E280BD (or 0xE280BD) is known color: Persian Pink. HEX triplet: E2, 80 and BD. RGB value is (226,128,189). Sum of RGB (Red+Green+Blue) = 226+128+189=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E280BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280BD is #1D7F42. Grayscale: #A4A4A4. Windows color (decimal): -1933123 or 12419298. OLE color: 12419298.
HSL color Cylindrical-coordinate representation of color #E280BD: hue angle of 322.65º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E280BD is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 189 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.11 |
| HSL | 322.65º | 0.63% | 0.69% | - |
| HSV(B) | 322.65º | 0.43% | 0.89% | - |
| XYZ | 48.27 | 35.28 | 52.41 | - |
| YUV | 164.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 189 | 0 | 0.43 | 0.16 | 0.11 | 322.65 | 0.63 | 0.69 |
| Hex | E2 | 80 | BD | 0 | 2B | 10 | B | 143 | 3F | 45 |
| Octal | 342 | 200 | 275 | 0 | 53 | 20 | 13 | 503 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10111101 | 0 | 101011 | 10000 | 1011 | 101000011 | 111111 | 1000101 |
Color Harmonies of #E280BD
Complementary color
Monochromatic Colors of #E280BD
Black with #E280BD
Text Example
Text Example
White with #E280BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280BD; }
p { color: rgb(226,128,189); }
H1.HeaderClassName
{
color: #E280BD;
}
.AnyTagClassName
{
color: #E280BD;
}
</style>
background-color css
<style>
a { background-color: #E280BD; }
a { background-color: rgb(226,128,189); }
div.DivClassName
{
background-color: #E280BD;
}
.BgClassName
{
background-color: #E280BD;
}
</style>
border-color css
<style>
span { border-color: #E280BD; }
span { border-color: rgb(226,128,189); }
td.TdClassName
{
border-color: #E280BD;
}
.TagClassName
{
border-color: #E280BD;
}
</style>