Shades of Persian Pink #E384BB
Tints of Persian Pink #E384BB
RGB
CMYK
RGB Variations
Color information
#E384BB (or 0xE384BB) is known color: Persian Pink. HEX triplet: E3, 84 and BB. RGB value is (227,132,187). Sum of RGB (Red+Green+Blue) = 227+132+187=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E384BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384BB is #1C7B44. Grayscale: #A6A6A6. Windows color (decimal): -1866565 or 12289251. OLE color: 12289251.
HSL color Cylindrical-coordinate representation of color #E384BB: hue angle of 325.26º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E384BB is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 187 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.11 |
| HSL | 325.26º | 0.63% | 0.7% | - |
| HSV(B) | 325.26º | 0.42% | 0.89% | - |
| XYZ | 48.9 | 36.42 | 51.47 | - |
| YUV | 166.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 187 | 0 | 0.42 | 0.18 | 0.11 | 325.26 | 0.63 | 0.7 |
| Hex | E3 | 84 | BB | 0 | 2A | 12 | B | 145 | 3F | 46 |
| Octal | 343 | 204 | 273 | 0 | 52 | 22 | 13 | 505 | 77 | 106 |
| Binary | 11100011 | 10000100 | 10111011 | 0 | 101010 | 10010 | 1011 | 101000101 | 111111 | 1000110 |
Color Harmonies of #E384BB
Complementary color
Monochromatic Colors of #E384BB
Black with #E384BB
Text Example
Text Example
White with #E384BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384BB; }
p { color: rgb(227,132,187); }
H1.HeaderClassName
{
color: #E384BB;
}
.AnyTagClassName
{
color: #E384BB;
}
</style>
background-color css
<style>
a { background-color: #E384BB; }
a { background-color: rgb(227,132,187); }
div.DivClassName
{
background-color: #E384BB;
}
.BgClassName
{
background-color: #E384BB;
}
</style>
border-color css
<style>
span { border-color: #E384BB; }
span { border-color: rgb(227,132,187); }
td.TdClassName
{
border-color: #E384BB;
}
.TagClassName
{
border-color: #E384BB;
}
</style>