Shades of Persian Pink #E46FB6
Tints of Persian Pink #E46FB6
RGB
CMYK
RGB Variations
Color information
#E46FB6 (or 0xE46FB6) is known color: Persian Pink. HEX triplet: E4, 6F and B6. RGB value is (228,111,182). Sum of RGB (Red+Green+Blue) = 228+111+182=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FB6 is #1B9049. Grayscale: #999999. Windows color (decimal): -1806410 or 11956196. OLE color: 11956196.
HSL color Cylindrical-coordinate representation of color #E46FB6: hue angle of 323.59º 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 #E46FB6 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 182 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.11 |
| HSL | 323.59º | 0.68% | 0.66% | - |
| HSV(B) | 323.59º | 0.51% | 0.89% | - |
| XYZ | 46.12 | 31.24 | 47.86 | - |
| YUV | 154.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 182 | 0 | 0.51 | 0.20 | 0.11 | 323.59 | 0.68 | 0.66 |
| Hex | E4 | 6F | B6 | 0 | 33 | 14 | B | 144 | 44 | 42 |
| Octal | 344 | 157 | 266 | 0 | 63 | 24 | 13 | 504 | 104 | 102 |
| Binary | 11100100 | 1101111 | 10110110 | 0 | 110011 | 10100 | 1011 | 101000100 | 1000100 | 1000010 |
Color Harmonies of #E46FB6
Complementary color
Monochromatic Colors of #E46FB6
Black with #E46FB6
Text Example
Text Example
White with #E46FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46FB6; }
p { color: rgb(228,111,182); }
H1.HeaderClassName
{
color: #E46FB6;
}
.AnyTagClassName
{
color: #E46FB6;
}
</style>
background-color css
<style>
a { background-color: #E46FB6; }
a { background-color: rgb(228,111,182); }
div.DivClassName
{
background-color: #E46FB6;
}
.BgClassName
{
background-color: #E46FB6;
}
</style>
border-color css
<style>
span { border-color: #E46FB6; }
span { border-color: rgb(228,111,182); }
td.TdClassName
{
border-color: #E46FB6;
}
.TagClassName
{
border-color: #E46FB6;
}
</style>