Shades of Persian Pink #E380B5
Tints of Persian Pink #E380B5
RGB
CMYK
RGB Variations
Color information
#E380B5 (or 0xE380B5) is known color: Persian Pink. HEX triplet: E3, 80 and B5. RGB value is (227,128,181). Sum of RGB (Red+Green+Blue) = 227+128+181=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E380B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380B5 is #1C7F4A. Grayscale: #A3A3A3. Windows color (decimal): -1867595 or 11895011. OLE color: 11895011.
HSL color Cylindrical-coordinate representation of color #E380B5: hue angle of 327.88º 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 #E380B5 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 181 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.11 |
| HSL | 327.88º | 0.64% | 0.7% | - |
| HSV(B) | 327.88º | 0.44% | 0.89% | - |
| XYZ | 47.74 | 35.11 | 47.98 | - |
| YUV | 163.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 181 | 0 | 0.44 | 0.20 | 0.11 | 327.88 | 0.64 | 0.7 |
| Hex | E3 | 80 | B5 | 0 | 2C | 14 | B | 148 | 40 | 46 |
| Octal | 343 | 200 | 265 | 0 | 54 | 24 | 13 | 510 | 100 | 106 |
| Binary | 11100011 | 10000000 | 10110101 | 0 | 101100 | 10100 | 1011 | 101001000 | 1000000 | 1000110 |
Color Harmonies of #E380B5
Complementary color
Monochromatic Colors of #E380B5
Black with #E380B5
Text Example
Text Example
White with #E380B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380B5; }
p { color: rgb(227,128,181); }
H1.HeaderClassName
{
color: #E380B5;
}
.AnyTagClassName
{
color: #E380B5;
}
</style>
background-color css
<style>
a { background-color: #E380B5; }
a { background-color: rgb(227,128,181); }
div.DivClassName
{
background-color: #E380B5;
}
.BgClassName
{
background-color: #E380B5;
}
</style>
border-color css
<style>
span { border-color: #E380B5; }
span { border-color: rgb(227,128,181); }
td.TdClassName
{
border-color: #E380B5;
}
.TagClassName
{
border-color: #E380B5;
}
</style>