Shades of Persian Pink #E284BC
Tints of Persian Pink #E284BC
RGB
CMYK
RGB Variations
Color information
#E284BC (or 0xE284BC) is known color: Persian Pink. HEX triplet: E2, 84 and BC. RGB value is (226,132,188). Sum of RGB (Red+Green+Blue) = 226+132+188=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E284BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284BC is #1D7B43. Grayscale: #A6A6A6. Windows color (decimal): -1932100 or 12354786. OLE color: 12354786.
HSL color Cylindrical-coordinate representation of color #E284BC: hue angle of 324.26º 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 #E284BC is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 188 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.11 |
| HSL | 324.26º | 0.62% | 0.7% | - |
| HSV(B) | 324.26º | 0.42% | 0.89% | - |
| XYZ | 48.69 | 36.3 | 52.02 | - |
| YUV | 166.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 188 | 0 | 0.42 | 0.17 | 0.11 | 324.26 | 0.62 | 0.7 |
| Hex | E2 | 84 | BC | 0 | 2A | 11 | B | 144 | 3E | 46 |
| Octal | 342 | 204 | 274 | 0 | 52 | 21 | 13 | 504 | 76 | 106 |
| Binary | 11100010 | 10000100 | 10111100 | 0 | 101010 | 10001 | 1011 | 101000100 | 111110 | 1000110 |
Color Harmonies of #E284BC
Complementary color
Monochromatic Colors of #E284BC
Black with #E284BC
Text Example
Text Example
White with #E284BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284BC; }
p { color: rgb(226,132,188); }
H1.HeaderClassName
{
color: #E284BC;
}
.AnyTagClassName
{
color: #E284BC;
}
</style>
background-color css
<style>
a { background-color: #E284BC; }
a { background-color: rgb(226,132,188); }
div.DivClassName
{
background-color: #E284BC;
}
.BgClassName
{
background-color: #E284BC;
}
</style>
border-color css
<style>
span { border-color: #E284BC; }
span { border-color: rgb(226,132,188); }
td.TdClassName
{
border-color: #E284BC;
}
.TagClassName
{
border-color: #E284BC;
}
</style>