Shades of Persian Rose #E738AB
Tints of Persian Rose #E738AB
RGB
CMYK
RGB Variations
Color information
#E738AB (or 0xE738AB) is known color: Persian Rose. HEX triplet: E7, 38 and AB. RGB value is (231,56,171). Sum of RGB (Red+Green+Blue) = 231+56+171=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E738AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E738AB is #18C754. Grayscale: #797979. Windows color (decimal): -1623893 or 11221223. OLE color: 11221223.
HSL color Cylindrical-coordinate representation of color #E738AB: hue angle of 320.57º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E738AB is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 56 | 171 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.09 |
| HSL | 320.57º | 0.78% | 0.56% | - |
| HSV(B) | 320.57º | 0.76% | 0.91% | - |
| XYZ | 41.72 | 22.76 | 40.72 | - |
| YUV | 121.44 | 155.98 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 56 | 171 | 0 | 0.76 | 0.26 | 0.09 | 320.57 | 0.78 | 0.56 |
| Hex | E7 | 38 | AB | 0 | 4C | 1A | 9 | 141 | 4E | 38 |
| Octal | 347 | 70 | 253 | 0 | 114 | 32 | 11 | 501 | 116 | 70 |
| Binary | 11100111 | 111000 | 10101011 | 0 | 1001100 | 11010 | 1001 | 101000001 | 1001110 | 111000 |
Color Harmonies of #E738AB
Complementary color
Monochromatic Colors of #E738AB
Black with #E738AB
Text Example
Text Example
White with #E738AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E738AB; }
p { color: rgb(231,56,171); }
H1.HeaderClassName
{
color: #E738AB;
}
.AnyTagClassName
{
color: #E738AB;
}
</style>
background-color css
<style>
a { background-color: #E738AB; }
a { background-color: rgb(231,56,171); }
div.DivClassName
{
background-color: #E738AB;
}
.BgClassName
{
background-color: #E738AB;
}
</style>
border-color css
<style>
span { border-color: #E738AB; }
span { border-color: rgb(231,56,171); }
td.TdClassName
{
border-color: #E738AB;
}
.TagClassName
{
border-color: #E738AB;
}
</style>