Shades of Persian Rose #E138AB
Tints of Persian Rose #E138AB
RGB
CMYK
RGB Variations
Color information
#E138AB (or 0xE138AB) is known color: Persian Rose. HEX triplet: E1, 38 and AB. RGB value is (225,56,171). Sum of RGB (Red+Green+Blue) = 225+56+171=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E138AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E138AB is #1EC754. Grayscale: #777777. Windows color (decimal): -2017109 or 11221217. OLE color: 11221217.
HSL color Cylindrical-coordinate representation of color #E138AB: hue angle of 319.17º 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 #E138AB is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 171 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.12 |
| HSL | 319.17º | 0.74% | 0.55% | - |
| HSV(B) | 319.17º | 0.75% | 0.88% | - |
| XYZ | 39.82 | 21.78 | 40.63 | - |
| YUV | 119.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 171 | 0 | 0.75 | 0.24 | 0.12 | 319.17 | 0.74 | 0.55 |
| Hex | E1 | 38 | AB | 0 | 4B | 18 | C | 13F | 4A | 37 |
| Octal | 341 | 70 | 253 | 0 | 113 | 30 | 14 | 477 | 112 | 67 |
| Binary | 11100001 | 111000 | 10101011 | 0 | 1001011 | 11000 | 1100 | 100111111 | 1001010 | 110111 |
Color Harmonies of #E138AB
Complementary color
Monochromatic Colors of #E138AB
Black with #E138AB
Text Example
Text Example
White with #E138AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E138AB; }
p { color: rgb(225,56,171); }
H1.HeaderClassName
{
color: #E138AB;
}
.AnyTagClassName
{
color: #E138AB;
}
</style>
background-color css
<style>
a { background-color: #E138AB; }
a { background-color: rgb(225,56,171); }
div.DivClassName
{
background-color: #E138AB;
}
.BgClassName
{
background-color: #E138AB;
}
</style>
border-color css
<style>
span { border-color: #E138AB; }
span { border-color: rgb(225,56,171); }
td.TdClassName
{
border-color: #E138AB;
}
.TagClassName
{
border-color: #E138AB;
}
</style>