Shades of Persian Pink #E372BD
Tints of Persian Pink #E372BD
RGB
CMYK
RGB Variations
Color information
#E372BD (or 0xE372BD) is known color: Persian Pink. HEX triplet: E3, 72 and BD. RGB value is (227,114,189). Sum of RGB (Red+Green+Blue) = 227+114+189=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E372BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372BD is #1C8D42. Grayscale: #9C9C9C. Windows color (decimal): -1871171 or 12415715. OLE color: 12415715.
HSL color Cylindrical-coordinate representation of color #E372BD: hue angle of 320.18º 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 #E372BD is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 114 | 189 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.11 |
| HSL | 320.18º | 0.67% | 0.67% | - |
| HSV(B) | 320.18º | 0.5% | 0.89% | - |
| XYZ | 46.88 | 32.04 | 51.86 | - |
| YUV | 156.34 | 146.44 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 189 | 0 | 0.50 | 0.17 | 0.11 | 320.18 | 0.67 | 0.67 |
| Hex | E3 | 72 | BD | 0 | 32 | 11 | B | 140 | 43 | 43 |
| Octal | 343 | 162 | 275 | 0 | 62 | 21 | 13 | 500 | 103 | 103 |
| Binary | 11100011 | 1110010 | 10111101 | 0 | 110010 | 10001 | 1011 | 101000000 | 1000011 | 1000011 |
Color Harmonies of #E372BD
Complementary color
Monochromatic Colors of #E372BD
Black with #E372BD
Text Example
Text Example
White with #E372BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E372BD; }
p { color: rgb(227,114,189); }
H1.HeaderClassName
{
color: #E372BD;
}
.AnyTagClassName
{
color: #E372BD;
}
</style>
background-color css
<style>
a { background-color: #E372BD; }
a { background-color: rgb(227,114,189); }
div.DivClassName
{
background-color: #E372BD;
}
.BgClassName
{
background-color: #E372BD;
}
</style>
border-color css
<style>
span { border-color: #E372BD; }
span { border-color: rgb(227,114,189); }
td.TdClassName
{
border-color: #E372BD;
}
.TagClassName
{
border-color: #E372BD;
}
</style>