Shades of Persian Pink #E46CBC
Tints of Persian Pink #E46CBC
RGB
CMYK
RGB Variations
Color information
#E46CBC (or 0xE46CBC) is known color: Persian Pink. HEX triplet: E4, 6C and BC. RGB value is (228,108,188). Sum of RGB (Red+Green+Blue) = 228+108+188=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CBC is #1B9343. Grayscale: #989898. Windows color (decimal): -1807172 or 12348644. OLE color: 12348644.
HSL color Cylindrical-coordinate representation of color #E46CBC: hue angle of 320º 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 #E46CBC is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 188 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.11 |
| HSL | 320º | 0.69% | 0.66% | - |
| HSV(B) | 320º | 0.53% | 0.89% | - |
| XYZ | 46.43 | 30.85 | 51.08 | - |
| YUV | 153 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 188 | 0 | 0.53 | 0.18 | 0.11 | 320 | 0.69 | 0.66 |
| Hex | E4 | 6C | BC | 0 | 35 | 12 | B | 140 | 45 | 42 |
| Octal | 344 | 154 | 274 | 0 | 65 | 22 | 13 | 500 | 105 | 102 |
| Binary | 11100100 | 1101100 | 10111100 | 0 | 110101 | 10010 | 1011 | 101000000 | 1000101 | 1000010 |
Color Harmonies of #E46CBC
Complementary color
Monochromatic Colors of #E46CBC
Black with #E46CBC
Text Example
Text Example
White with #E46CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CBC; }
p { color: rgb(228,108,188); }
H1.HeaderClassName
{
color: #E46CBC;
}
.AnyTagClassName
{
color: #E46CBC;
}
</style>
background-color css
<style>
a { background-color: #E46CBC; }
a { background-color: rgb(228,108,188); }
div.DivClassName
{
background-color: #E46CBC;
}
.BgClassName
{
background-color: #E46CBC;
}
</style>
border-color css
<style>
span { border-color: #E46CBC; }
span { border-color: rgb(228,108,188); }
td.TdClassName
{
border-color: #E46CBC;
}
.TagClassName
{
border-color: #E46CBC;
}
</style>