Shades of Persian Pink #E37AB6
Tints of Persian Pink #E37AB6
RGB
CMYK
RGB Variations
Color information
#E37AB6 (or 0xE37AB6) is known color: Persian Pink. HEX triplet: E3, 7A and B6. RGB value is (227,122,182). Sum of RGB (Red+Green+Blue) = 227+122+182=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E37AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37AB6 is #1C8549. Grayscale: #A0A0A0. Windows color (decimal): -1869130 or 11959011. OLE color: 11959011.
HSL color Cylindrical-coordinate representation of color #E37AB6: hue angle of 325.71º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E37AB6 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 182 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.11 |
| HSL | 325.71º | 0.65% | 0.68% | - |
| HSV(B) | 325.71º | 0.46% | 0.89% | - |
| XYZ | 47.08 | 33.63 | 48.27 | - |
| YUV | 160.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 182 | 0 | 0.46 | 0.20 | 0.11 | 325.71 | 0.65 | 0.68 |
| Hex | E3 | 7A | B6 | 0 | 2E | 14 | B | 146 | 41 | 44 |
| Octal | 343 | 172 | 266 | 0 | 56 | 24 | 13 | 506 | 101 | 104 |
| Binary | 11100011 | 1111010 | 10110110 | 0 | 101110 | 10100 | 1011 | 101000110 | 1000001 | 1000100 |
Color Harmonies of #E37AB6
Complementary color
Monochromatic Colors of #E37AB6
Black with #E37AB6
Text Example
Text Example
White with #E37AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37AB6; }
p { color: rgb(227,122,182); }
H1.HeaderClassName
{
color: #E37AB6;
}
.AnyTagClassName
{
color: #E37AB6;
}
</style>
background-color css
<style>
a { background-color: #E37AB6; }
a { background-color: rgb(227,122,182); }
div.DivClassName
{
background-color: #E37AB6;
}
.BgClassName
{
background-color: #E37AB6;
}
</style>
border-color css
<style>
span { border-color: #E37AB6; }
span { border-color: rgb(227,122,182); }
td.TdClassName
{
border-color: #E37AB6;
}
.TagClassName
{
border-color: #E37AB6;
}
</style>