Shades of Persian Pink #E46CB7
Tints of Persian Pink #E46CB7
RGB
CMYK
RGB Variations
Color information
#E46CB7 (or 0xE46CB7) is known color: Persian Pink. HEX triplet: E4, 6C and B7. RGB value is (228,108,183). Sum of RGB (Red+Green+Blue) = 228+108+183=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CB7 is #1B9348. Grayscale: #989898. Windows color (decimal): -1807177 or 12020964. OLE color: 12020964.
HSL color Cylindrical-coordinate representation of color #E46CB7: hue angle of 322.5º 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 #E46CB7 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 183 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.11 |
| HSL | 322.5º | 0.69% | 0.66% | - |
| HSV(B) | 322.5º | 0.53% | 0.89% | - |
| XYZ | 45.9 | 30.64 | 48.29 | - |
| YUV | 152.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 183 | 0 | 0.53 | 0.20 | 0.11 | 322.5 | 0.69 | 0.66 |
| Hex | E4 | 6C | B7 | 0 | 35 | 14 | B | 142 | 45 | 42 |
| Octal | 344 | 154 | 267 | 0 | 65 | 24 | 13 | 502 | 105 | 102 |
| Binary | 11100100 | 1101100 | 10110111 | 0 | 110101 | 10100 | 1011 | 101000010 | 1000101 | 1000010 |
Color Harmonies of #E46CB7
Complementary color
Monochromatic Colors of #E46CB7
Black with #E46CB7
Text Example
Text Example
White with #E46CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CB7; }
p { color: rgb(228,108,183); }
H1.HeaderClassName
{
color: #E46CB7;
}
.AnyTagClassName
{
color: #E46CB7;
}
</style>
background-color css
<style>
a { background-color: #E46CB7; }
a { background-color: rgb(228,108,183); }
div.DivClassName
{
background-color: #E46CB7;
}
.BgClassName
{
background-color: #E46CB7;
}
</style>
border-color css
<style>
span { border-color: #E46CB7; }
span { border-color: rgb(228,108,183); }
td.TdClassName
{
border-color: #E46CB7;
}
.TagClassName
{
border-color: #E46CB7;
}
</style>