Shades of Persian Rose #E138A6
Tints of Persian Rose #E138A6
RGB
CMYK
RGB Variations
Color information
#E138A6 (or 0xE138A6) is known color: Persian Rose. HEX triplet: E1, 38 and A6. RGB value is (225,56,166). Sum of RGB (Red+Green+Blue) = 225+56+166=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E138A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E138A6 is #1EC759. Grayscale: #767676. Windows color (decimal): -2017114 or 10893537. OLE color: 10893537.
HSL color Cylindrical-coordinate representation of color #E138A6: hue angle of 320.95º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E138A6 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 166 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.12 |
| HSL | 320.95º | 0.74% | 0.55% | - |
| HSV(B) | 320.95º | 0.75% | 0.88% | - |
| XYZ | 39.35 | 21.59 | 38.17 | - |
| YUV | 119.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 166 | 0 | 0.75 | 0.26 | 0.12 | 320.95 | 0.74 | 0.55 |
| Hex | E1 | 38 | A6 | 0 | 4B | 1A | C | 141 | 4A | 37 |
| Octal | 341 | 70 | 246 | 0 | 113 | 32 | 14 | 501 | 112 | 67 |
| Binary | 11100001 | 111000 | 10100110 | 0 | 1001011 | 11010 | 1100 | 101000001 | 1001010 | 110111 |
Color Harmonies of #E138A6
Complementary color
Monochromatic Colors of #E138A6
Black with #E138A6
Text Example
Text Example
White with #E138A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E138A6; }
p { color: rgb(225,56,166); }
H1.HeaderClassName
{
color: #E138A6;
}
.AnyTagClassName
{
color: #E138A6;
}
</style>
background-color css
<style>
a { background-color: #E138A6; }
a { background-color: rgb(225,56,166); }
div.DivClassName
{
background-color: #E138A6;
}
.BgClassName
{
background-color: #E138A6;
}
</style>
border-color css
<style>
span { border-color: #E138A6; }
span { border-color: rgb(225,56,166); }
td.TdClassName
{
border-color: #E138A6;
}
.TagClassName
{
border-color: #E138A6;
}
</style>