Shades of Persian Pink #E382B6
Tints of Persian Pink #E382B6
RGB
CMYK
RGB Variations
Color information
#E382B6 (or 0xE382B6) is known color: Persian Pink. HEX triplet: E3, 82 and B6. RGB value is (227,130,182). Sum of RGB (Red+Green+Blue) = 227+130+182=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E382B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382B6 is #1C7D49. Grayscale: #A4A4A4. Windows color (decimal): -1867082 or 11961059. OLE color: 11961059.
HSL color Cylindrical-coordinate representation of color #E382B6: hue angle of 327.84º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E382B6 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 182 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.11 |
| HSL | 327.84º | 0.63% | 0.7% | - |
| HSV(B) | 327.84º | 0.43% | 0.89% | - |
| XYZ | 48.1 | 35.67 | 48.61 | - |
| YUV | 164.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 182 | 0 | 0.43 | 0.20 | 0.11 | 327.84 | 0.63 | 0.7 |
| Hex | E3 | 82 | B6 | 0 | 2B | 14 | B | 148 | 3F | 46 |
| Octal | 343 | 202 | 266 | 0 | 53 | 24 | 13 | 510 | 77 | 106 |
| Binary | 11100011 | 10000010 | 10110110 | 0 | 101011 | 10100 | 1011 | 101001000 | 111111 | 1000110 |
Color Harmonies of #E382B6
Complementary color
Monochromatic Colors of #E382B6
Black with #E382B6
Text Example
Text Example
White with #E382B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E382B6; }
p { color: rgb(227,130,182); }
H1.HeaderClassName
{
color: #E382B6;
}
.AnyTagClassName
{
color: #E382B6;
}
</style>
background-color css
<style>
a { background-color: #E382B6; }
a { background-color: rgb(227,130,182); }
div.DivClassName
{
background-color: #E382B6;
}
.BgClassName
{
background-color: #E382B6;
}
</style>
border-color css
<style>
span { border-color: #E382B6; }
span { border-color: rgb(227,130,182); }
td.TdClassName
{
border-color: #E382B6;
}
.TagClassName
{
border-color: #E382B6;
}
</style>