Shades of Persian Pink #E46BBA
Tints of Persian Pink #E46BBA
RGB
CMYK
RGB Variations
Color information
#E46BBA (or 0xE46BBA) is known color: Persian Pink. HEX triplet: E4, 6B and BA. RGB value is (228,107,186). Sum of RGB (Red+Green+Blue) = 228+107+186=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BBA is #1B9445. Grayscale: #979797. Windows color (decimal): -1807430 or 12217316. OLE color: 12217316.
HSL color Cylindrical-coordinate representation of color #E46BBA: hue angle of 320.83º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46BBA is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 186 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.11 |
| HSL | 320.83º | 0.69% | 0.66% | - |
| HSV(B) | 320.83º | 0.53% | 0.89% | - |
| XYZ | 46.12 | 30.55 | 49.92 | - |
| YUV | 152.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 186 | 0 | 0.53 | 0.18 | 0.11 | 320.83 | 0.69 | 0.66 |
| Hex | E4 | 6B | BA | 0 | 35 | 12 | B | 141 | 45 | 42 |
| Octal | 344 | 153 | 272 | 0 | 65 | 22 | 13 | 501 | 105 | 102 |
| Binary | 11100100 | 1101011 | 10111010 | 0 | 110101 | 10010 | 1011 | 101000001 | 1000101 | 1000010 |
Color Harmonies of #E46BBA
Complementary color
Monochromatic Colors of #E46BBA
Black with #E46BBA
Text Example
Text Example
White with #E46BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46BBA; }
p { color: rgb(228,107,186); }
H1.HeaderClassName
{
color: #E46BBA;
}
.AnyTagClassName
{
color: #E46BBA;
}
</style>
background-color css
<style>
a { background-color: #E46BBA; }
a { background-color: rgb(228,107,186); }
div.DivClassName
{
background-color: #E46BBA;
}
.BgClassName
{
background-color: #E46BBA;
}
</style>
border-color css
<style>
span { border-color: #E46BBA; }
span { border-color: rgb(228,107,186); }
td.TdClassName
{
border-color: #E46BBA;
}
.TagClassName
{
border-color: #E46BBA;
}
</style>