Shades of Persian Pink #E372BC
Tints of Persian Pink #E372BC
RGB
CMYK
RGB Variations
Color information
#E372BC (or 0xE372BC) is known color: Persian Pink. HEX triplet: E3, 72 and BC. RGB value is (227,114,188). Sum of RGB (Red+Green+Blue) = 227+114+188=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E372BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372BC is #1C8D43. Grayscale: #9C9C9C. Windows color (decimal): -1871172 or 12350179. OLE color: 12350179.
HSL color Cylindrical-coordinate representation of color #E372BC: hue angle of 320.71º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E372BC is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 114 | 188 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.11 |
| HSL | 320.71º | 0.67% | 0.67% | - |
| HSV(B) | 320.71º | 0.5% | 0.89% | - |
| XYZ | 46.77 | 32 | 51.29 | - |
| YUV | 156.22 | 145.94 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 188 | 0 | 0.50 | 0.17 | 0.11 | 320.71 | 0.67 | 0.67 |
| Hex | E3 | 72 | BC | 0 | 32 | 11 | B | 141 | 43 | 43 |
| Octal | 343 | 162 | 274 | 0 | 62 | 21 | 13 | 501 | 103 | 103 |
| Binary | 11100011 | 1110010 | 10111100 | 0 | 110010 | 10001 | 1011 | 101000001 | 1000011 | 1000011 |
Color Harmonies of #E372BC
Complementary color
Monochromatic Colors of #E372BC
Black with #E372BC
Text Example
Text Example
White with #E372BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E372BC; }
p { color: rgb(227,114,188); }
H1.HeaderClassName
{
color: #E372BC;
}
.AnyTagClassName
{
color: #E372BC;
}
</style>
background-color css
<style>
a { background-color: #E372BC; }
a { background-color: rgb(227,114,188); }
div.DivClassName
{
background-color: #E372BC;
}
.BgClassName
{
background-color: #E372BC;
}
</style>
border-color css
<style>
span { border-color: #E372BC; }
span { border-color: rgb(227,114,188); }
td.TdClassName
{
border-color: #E372BC;
}
.TagClassName
{
border-color: #E372BC;
}
</style>