Shades of Persian Pink #E46FB3
Tints of Persian Pink #E46FB3
RGB
CMYK
RGB Variations
Color information
#E46FB3 (or 0xE46FB3) is known color: Persian Pink. HEX triplet: E4, 6F and B3. RGB value is (228,111,179). Sum of RGB (Red+Green+Blue) = 228+111+179=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FB3 is #1B904C. Grayscale: #999999. Windows color (decimal): -1806413 or 11759588. OLE color: 11759588.
HSL color Cylindrical-coordinate representation of color #E46FB3: hue angle of 325.13º 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 #E46FB3 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 179 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.11 |
| HSL | 325.13º | 0.68% | 0.66% | - |
| HSV(B) | 325.13º | 0.51% | 0.89% | - |
| XYZ | 45.82 | 31.12 | 46.24 | - |
| YUV | 153.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 179 | 0 | 0.51 | 0.21 | 0.11 | 325.13 | 0.68 | 0.66 |
| Hex | E4 | 6F | B3 | 0 | 33 | 15 | B | 145 | 44 | 42 |
| Octal | 344 | 157 | 263 | 0 | 63 | 25 | 13 | 505 | 104 | 102 |
| Binary | 11100100 | 1101111 | 10110011 | 0 | 110011 | 10101 | 1011 | 101000101 | 1000100 | 1000010 |
Color Harmonies of #E46FB3
Complementary color
Monochromatic Colors of #E46FB3
Black with #E46FB3
Text Example
Text Example
White with #E46FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46FB3; }
p { color: rgb(228,111,179); }
H1.HeaderClassName
{
color: #E46FB3;
}
.AnyTagClassName
{
color: #E46FB3;
}
</style>
background-color css
<style>
a { background-color: #E46FB3; }
a { background-color: rgb(228,111,179); }
div.DivClassName
{
background-color: #E46FB3;
}
.BgClassName
{
background-color: #E46FB3;
}
</style>
border-color css
<style>
span { border-color: #E46FB3; }
span { border-color: rgb(228,111,179); }
td.TdClassName
{
border-color: #E46FB3;
}
.TagClassName
{
border-color: #E46FB3;
}
</style>