Shades of Persian Rose #E138A8
Tints of Persian Rose #E138A8
RGB
CMYK
RGB Variations
Color information
#E138A8 (or 0xE138A8) is known color: Persian Rose. HEX triplet: E1, 38 and A8. RGB value is (225,56,168). Sum of RGB (Red+Green+Blue) = 225+56+168=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E138A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E138A8 is #1EC757. Grayscale: #777777. Windows color (decimal): -2017112 or 11024609. OLE color: 11024609.
HSL color Cylindrical-coordinate representation of color #E138A8: hue angle of 320.24º 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 #E138A8 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 168 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.12 |
| HSL | 320.24º | 0.74% | 0.55% | - |
| HSV(B) | 320.24º | 0.75% | 0.88% | - |
| XYZ | 39.53 | 21.66 | 39.14 | - |
| YUV | 119.3 | 155.49 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 168 | 0 | 0.75 | 0.25 | 0.12 | 320.24 | 0.74 | 0.55 |
| Hex | E1 | 38 | A8 | 0 | 4B | 19 | C | 140 | 4A | 37 |
| Octal | 341 | 70 | 250 | 0 | 113 | 31 | 14 | 500 | 112 | 67 |
| Binary | 11100001 | 111000 | 10101000 | 0 | 1001011 | 11001 | 1100 | 101000000 | 1001010 | 110111 |
Color Harmonies of #E138A8
Complementary color
Monochromatic Colors of #E138A8
Black with #E138A8
Text Example
Text Example
White with #E138A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E138A8; }
p { color: rgb(225,56,168); }
H1.HeaderClassName
{
color: #E138A8;
}
.AnyTagClassName
{
color: #E138A8;
}
</style>
background-color css
<style>
a { background-color: #E138A8; }
a { background-color: rgb(225,56,168); }
div.DivClassName
{
background-color: #E138A8;
}
.BgClassName
{
background-color: #E138A8;
}
</style>
border-color css
<style>
span { border-color: #E138A8; }
span { border-color: rgb(225,56,168); }
td.TdClassName
{
border-color: #E138A8;
}
.TagClassName
{
border-color: #E138A8;
}
</style>