Shades of Persian Rose #E338AD
Tints of Persian Rose #E338AD
RGB
CMYK
RGB Variations
Color information
#E338AD (or 0xE338AD) is known color: Persian Rose. HEX triplet: E3, 38 and AD. RGB value is (227,56,173). Sum of RGB (Red+Green+Blue) = 227+56+173=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E338AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E338AD is #1CC752. Grayscale: #787878. Windows color (decimal): -1886035 or 11352291. OLE color: 11352291.
HSL color Cylindrical-coordinate representation of color #E338AD: hue angle of 318.95º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E338AD is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 56 | 173 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.11 |
| HSL | 318.95º | 0.75% | 0.55% | - |
| HSV(B) | 318.95º | 0.75% | 0.89% | - |
| XYZ | 40.64 | 22.18 | 41.67 | - |
| YUV | 120.47 | 157.65 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 56 | 173 | 0 | 0.75 | 0.24 | 0.11 | 318.95 | 0.75 | 0.55 |
| Hex | E3 | 38 | AD | 0 | 4B | 18 | B | 13F | 4B | 37 |
| Octal | 343 | 70 | 255 | 0 | 113 | 30 | 13 | 477 | 113 | 67 |
| Binary | 11100011 | 111000 | 10101101 | 0 | 1001011 | 11000 | 1011 | 100111111 | 1001011 | 110111 |
Color Harmonies of #E338AD
Complementary color
Monochromatic Colors of #E338AD
Black with #E338AD
Text Example
Text Example
White with #E338AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E338AD; }
p { color: rgb(227,56,173); }
H1.HeaderClassName
{
color: #E338AD;
}
.AnyTagClassName
{
color: #E338AD;
}
</style>
background-color css
<style>
a { background-color: #E338AD; }
a { background-color: rgb(227,56,173); }
div.DivClassName
{
background-color: #E338AD;
}
.BgClassName
{
background-color: #E338AD;
}
</style>
border-color css
<style>
span { border-color: #E338AD; }
span { border-color: rgb(227,56,173); }
td.TdClassName
{
border-color: #E338AD;
}
.TagClassName
{
border-color: #E338AD;
}
</style>