Shades of Persian Pink #E380B9
Tints of Persian Pink #E380B9
RGB
CMYK
RGB Variations
Color information
#E380B9 (or 0xE380B9) is known color: Persian Pink. HEX triplet: E3, 80 and B9. RGB value is (227,128,185). Sum of RGB (Red+Green+Blue) = 227+128+185=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E380B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380B9 is #1C7F46. Grayscale: #A3A3A3. Windows color (decimal): -1867591 or 12157155. OLE color: 12157155.
HSL color Cylindrical-coordinate representation of color #E380B9: hue angle of 325.45º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E380B9 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 185 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.11 |
| HSL | 325.45º | 0.64% | 0.7% | - |
| HSV(B) | 325.45º | 0.44% | 0.89% | - |
| XYZ | 48.15 | 35.27 | 50.17 | - |
| YUV | 164.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 185 | 0 | 0.44 | 0.19 | 0.11 | 325.45 | 0.64 | 0.7 |
| Hex | E3 | 80 | B9 | 0 | 2C | 13 | B | 145 | 40 | 46 |
| Octal | 343 | 200 | 271 | 0 | 54 | 23 | 13 | 505 | 100 | 106 |
| Binary | 11100011 | 10000000 | 10111001 | 0 | 101100 | 10011 | 1011 | 101000101 | 1000000 | 1000110 |
Color Harmonies of #E380B9
Complementary color
Monochromatic Colors of #E380B9
Black with #E380B9
Text Example
Text Example
White with #E380B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380B9; }
p { color: rgb(227,128,185); }
H1.HeaderClassName
{
color: #E380B9;
}
.AnyTagClassName
{
color: #E380B9;
}
</style>
background-color css
<style>
a { background-color: #E380B9; }
a { background-color: rgb(227,128,185); }
div.DivClassName
{
background-color: #E380B9;
}
.BgClassName
{
background-color: #E380B9;
}
</style>
border-color css
<style>
span { border-color: #E380B9; }
span { border-color: rgb(227,128,185); }
td.TdClassName
{
border-color: #E380B9;
}
.TagClassName
{
border-color: #E380B9;
}
</style>