Shades of Persian Pink #E37EBE
Tints of Persian Pink #E37EBE
RGB
CMYK
RGB Variations
Color information
#E37EBE (or 0xE37EBE) is known color: Persian Pink. HEX triplet: E3, 7E and BE. RGB value is (227,126,190). Sum of RGB (Red+Green+Blue) = 227+126+190=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37EBE is #1C8141. Grayscale: #A3A3A3. Windows color (decimal): -1868098 or 12484323. OLE color: 12484323.
HSL color Cylindrical-coordinate representation of color #E37EBE: hue angle of 321.98º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37EBE is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 190 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.11 |
| HSL | 321.98º | 0.64% | 0.69% | - |
| HSV(B) | 321.98º | 0.44% | 0.89% | - |
| XYZ | 48.43 | 34.97 | 52.91 | - |
| YUV | 163.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 190 | 0 | 0.44 | 0.16 | 0.11 | 321.98 | 0.64 | 0.69 |
| Hex | E3 | 7E | BE | 0 | 2C | 10 | B | 142 | 40 | 45 |
| Octal | 343 | 176 | 276 | 0 | 54 | 20 | 13 | 502 | 100 | 105 |
| Binary | 11100011 | 1111110 | 10111110 | 0 | 101100 | 10000 | 1011 | 101000010 | 1000000 | 1000101 |
Color Harmonies of #E37EBE
Complementary color
Monochromatic Colors of #E37EBE
Black with #E37EBE
Text Example
Text Example
White with #E37EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37EBE; }
p { color: rgb(227,126,190); }
H1.HeaderClassName
{
color: #E37EBE;
}
.AnyTagClassName
{
color: #E37EBE;
}
</style>
background-color css
<style>
a { background-color: #E37EBE; }
a { background-color: rgb(227,126,190); }
div.DivClassName
{
background-color: #E37EBE;
}
.BgClassName
{
background-color: #E37EBE;
}
</style>
border-color css
<style>
span { border-color: #E37EBE; }
span { border-color: rgb(227,126,190); }
td.TdClassName
{
border-color: #E37EBE;
}
.TagClassName
{
border-color: #E37EBE;
}
</style>