Shades of Persian Pink #E46FBC
Tints of Persian Pink #E46FBC
RGB
CMYK
RGB Variations
Color information
#E46FBC (or 0xE46FBC) is known color: Persian Pink. HEX triplet: E4, 6F and BC. RGB value is (228,111,188). Sum of RGB (Red+Green+Blue) = 228+111+188=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FBC is #1B9043. Grayscale: #9A9A9A. Windows color (decimal): -1806404 or 12349412. OLE color: 12349412.
HSL color Cylindrical-coordinate representation of color #E46FBC: hue angle of 320.51º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E46FBC is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 188 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.11 |
| HSL | 320.51º | 0.68% | 0.66% | - |
| HSV(B) | 320.51º | 0.51% | 0.89% | - |
| XYZ | 46.76 | 31.49 | 51.19 | - |
| YUV | 154.76 | 146.76 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 188 | 0 | 0.51 | 0.18 | 0.11 | 320.51 | 0.68 | 0.66 |
| Hex | E4 | 6F | BC | 0 | 33 | 12 | B | 141 | 44 | 42 |
| Octal | 344 | 157 | 274 | 0 | 63 | 22 | 13 | 501 | 104 | 102 |
| Binary | 11100100 | 1101111 | 10111100 | 0 | 110011 | 10010 | 1011 | 101000001 | 1000100 | 1000010 |
Color Harmonies of #E46FBC
Complementary color
Monochromatic Colors of #E46FBC
Black with #E46FBC
Text Example
Text Example
White with #E46FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46FBC; }
p { color: rgb(228,111,188); }
H1.HeaderClassName
{
color: #E46FBC;
}
.AnyTagClassName
{
color: #E46FBC;
}
</style>
background-color css
<style>
a { background-color: #E46FBC; }
a { background-color: rgb(228,111,188); }
div.DivClassName
{
background-color: #E46FBC;
}
.BgClassName
{
background-color: #E46FBC;
}
</style>
border-color css
<style>
span { border-color: #E46FBC; }
span { border-color: rgb(228,111,188); }
td.TdClassName
{
border-color: #E46FBC;
}
.TagClassName
{
border-color: #E46FBC;
}
</style>