Shades of Persian Pink #E37EBD
Tints of Persian Pink #E37EBD
RGB
CMYK
RGB Variations
Color information
#E37EBD (or 0xE37EBD) is known color: Persian Pink. HEX triplet: E3, 7E and BD. RGB value is (227,126,189). Sum of RGB (Red+Green+Blue) = 227+126+189=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37EBD is #1C8142. Grayscale: #A3A3A3. Windows color (decimal): -1868099 or 12418787. OLE color: 12418787.
HSL color Cylindrical-coordinate representation of color #E37EBD: hue angle of 322.57º 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 #E37EBD is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 189 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.11 |
| HSL | 322.57º | 0.64% | 0.69% | - |
| HSV(B) | 322.57º | 0.44% | 0.89% | - |
| XYZ | 48.32 | 34.93 | 52.34 | - |
| YUV | 163.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 189 | 0 | 0.44 | 0.17 | 0.11 | 322.57 | 0.64 | 0.69 |
| Hex | E3 | 7E | BD | 0 | 2C | 11 | B | 143 | 40 | 45 |
| Octal | 343 | 176 | 275 | 0 | 54 | 21 | 13 | 503 | 100 | 105 |
| Binary | 11100011 | 1111110 | 10111101 | 0 | 101100 | 10001 | 1011 | 101000011 | 1000000 | 1000101 |
Color Harmonies of #E37EBD
Complementary color
Monochromatic Colors of #E37EBD
Black with #E37EBD
Text Example
Text Example
White with #E37EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37EBD; }
p { color: rgb(227,126,189); }
H1.HeaderClassName
{
color: #E37EBD;
}
.AnyTagClassName
{
color: #E37EBD;
}
</style>
background-color css
<style>
a { background-color: #E37EBD; }
a { background-color: rgb(227,126,189); }
div.DivClassName
{
background-color: #E37EBD;
}
.BgClassName
{
background-color: #E37EBD;
}
</style>
border-color css
<style>
span { border-color: #E37EBD; }
span { border-color: rgb(227,126,189); }
td.TdClassName
{
border-color: #E37EBD;
}
.TagClassName
{
border-color: #E37EBD;
}
</style>