Shades of Persian Rose #E336AD
Tints of Persian Rose #E336AD
RGB
CMYK
RGB Variations
Color information
#E336AD (or 0xE336AD) is known color: Persian Rose. HEX triplet: E3, 36 and AD. RGB value is (227,54,173). Sum of RGB (Red+Green+Blue) = 227+54+173=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E336AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E336AD is #1CC952. Grayscale: #767676. Windows color (decimal): -1886547 or 11351779. OLE color: 11351779.
HSL color Cylindrical-coordinate representation of color #E336AD: hue angle of 318.73º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E336AD is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 54 | 173 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.11 |
| HSL | 318.73º | 0.76% | 0.55% | - |
| HSV(B) | 318.73º | 0.76% | 0.89% | - |
| XYZ | 40.54 | 21.99 | 41.64 | - |
| YUV | 119.29 | 158.31 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 54 | 173 | 0 | 0.76 | 0.24 | 0.11 | 318.73 | 0.76 | 0.55 |
| Hex | E3 | 36 | AD | 0 | 4C | 18 | B | 13F | 4C | 37 |
| Octal | 343 | 66 | 255 | 0 | 114 | 30 | 13 | 477 | 114 | 67 |
| Binary | 11100011 | 110110 | 10101101 | 0 | 1001100 | 11000 | 1011 | 100111111 | 1001100 | 110111 |
Color Harmonies of #E336AD
Complementary color
Monochromatic Colors of #E336AD
Black with #E336AD
Text Example
Text Example
White with #E336AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E336AD; }
p { color: rgb(227,54,173); }
H1.HeaderClassName
{
color: #E336AD;
}
.AnyTagClassName
{
color: #E336AD;
}
</style>
background-color css
<style>
a { background-color: #E336AD; }
a { background-color: rgb(227,54,173); }
div.DivClassName
{
background-color: #E336AD;
}
.BgClassName
{
background-color: #E336AD;
}
</style>
border-color css
<style>
span { border-color: #E336AD; }
span { border-color: rgb(227,54,173); }
td.TdClassName
{
border-color: #E336AD;
}
.TagClassName
{
border-color: #E336AD;
}
</style>