Shades of Persian Pink #E37EC4
Tints of Persian Pink #E37EC4
RGB
CMYK
RGB Variations
Color information
#E37EC4 (or 0xE37EC4) is known color: Persian Pink. HEX triplet: E3, 7E and C4. RGB value is (227,126,196). Sum of RGB (Red+Green+Blue) = 227+126+196=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37EC4 is #1C813B. Grayscale: #A4A4A4. Windows color (decimal): -1868092 or 12877539. OLE color: 12877539.
HSL color Cylindrical-coordinate representation of color #E37EC4: hue angle of 318.42º 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 #E37EC4 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 196 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.11 |
| HSL | 318.42º | 0.64% | 0.69% | - |
| HSV(B) | 318.42º | 0.44% | 0.89% | - |
| XYZ | 49.1 | 35.24 | 56.44 | - |
| YUV | 164.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 196 | 0 | 0.44 | 0.14 | 0.11 | 318.42 | 0.64 | 0.69 |
| Hex | E3 | 7E | C4 | 0 | 2C | E | B | 13E | 40 | 45 |
| Octal | 343 | 176 | 304 | 0 | 54 | 16 | 13 | 476 | 100 | 105 |
| Binary | 11100011 | 1111110 | 11000100 | 0 | 101100 | 1110 | 1011 | 100111110 | 1000000 | 1000101 |
Color Harmonies of #E37EC4
Complementary color
Monochromatic Colors of #E37EC4
Black with #E37EC4
Text Example
Text Example
White with #E37EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37EC4; }
p { color: rgb(227,126,196); }
H1.HeaderClassName
{
color: #E37EC4;
}
.AnyTagClassName
{
color: #E37EC4;
}
</style>
background-color css
<style>
a { background-color: #E37EC4; }
a { background-color: rgb(227,126,196); }
div.DivClassName
{
background-color: #E37EC4;
}
.BgClassName
{
background-color: #E37EC4;
}
</style>
border-color css
<style>
span { border-color: #E37EC4; }
span { border-color: rgb(227,126,196); }
td.TdClassName
{
border-color: #E37EC4;
}
.TagClassName
{
border-color: #E37EC4;
}
</style>