Shades of Persian Pink #E284BD
Tints of Persian Pink #E284BD
RGB
CMYK
RGB Variations
Color information
#E284BD (or 0xE284BD) is known color: Persian Pink. HEX triplet: E2, 84 and BD. RGB value is (226,132,189). Sum of RGB (Red+Green+Blue) = 226+132+189=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E284BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284BD is #1D7B42. Grayscale: #A6A6A6. Windows color (decimal): -1932099 or 12420322. OLE color: 12420322.
HSL color Cylindrical-coordinate representation of color #E284BD: hue angle of 323.62º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E284BD is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 189 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.11 |
| HSL | 323.62º | 0.62% | 0.7% | - |
| HSV(B) | 323.62º | 0.42% | 0.89% | - |
| XYZ | 48.8 | 36.35 | 52.59 | - |
| YUV | 166.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 189 | 0 | 0.42 | 0.16 | 0.11 | 323.62 | 0.62 | 0.7 |
| Hex | E2 | 84 | BD | 0 | 2A | 10 | B | 144 | 3E | 46 |
| Octal | 342 | 204 | 275 | 0 | 52 | 20 | 13 | 504 | 76 | 106 |
| Binary | 11100010 | 10000100 | 10111101 | 0 | 101010 | 10000 | 1011 | 101000100 | 111110 | 1000110 |
Color Harmonies of #E284BD
Complementary color
Monochromatic Colors of #E284BD
Black with #E284BD
Text Example
Text Example
White with #E284BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284BD; }
p { color: rgb(226,132,189); }
H1.HeaderClassName
{
color: #E284BD;
}
.AnyTagClassName
{
color: #E284BD;
}
</style>
background-color css
<style>
a { background-color: #E284BD; }
a { background-color: rgb(226,132,189); }
div.DivClassName
{
background-color: #E284BD;
}
.BgClassName
{
background-color: #E284BD;
}
</style>
border-color css
<style>
span { border-color: #E284BD; }
span { border-color: rgb(226,132,189); }
td.TdClassName
{
border-color: #E284BD;
}
.TagClassName
{
border-color: #E284BD;
}
</style>