Shades of Persian Rose #E930AD
Tints of Persian Rose #E930AD
RGB
CMYK
RGB Variations
Color information
#E930AD (or 0xE930AD) is known color: Persian Rose. HEX triplet: E9, 30 and AD. RGB value is (233,48,173). Sum of RGB (Red+Green+Blue) = 233+48+173=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E930AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E930AD is #16CF52. Grayscale: #757575. Windows color (decimal): -1494867 or 11350249. OLE color: 11350249.
HSL color Cylindrical-coordinate representation of color #E930AD: hue angle of 319.46º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E930AD is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 173 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.09 |
| HSL | 319.46º | 0.81% | 0.55% | - |
| HSV(B) | 319.46º | 0.79% | 0.91% | - |
| XYZ | 42.2 | 22.45 | 41.64 | - |
| YUV | 117.57 | 159.29 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 173 | 0 | 0.79 | 0.26 | 0.09 | 319.46 | 0.81 | 0.55 |
| Hex | E9 | 30 | AD | 0 | 4F | 1A | 9 | 13F | 51 | 37 |
| Octal | 351 | 60 | 255 | 0 | 117 | 32 | 11 | 477 | 121 | 67 |
| Binary | 11101001 | 110000 | 10101101 | 0 | 1001111 | 11010 | 1001 | 100111111 | 1010001 | 110111 |
Color Harmonies of #E930AD
Complementary color
Monochromatic Colors of #E930AD
Black with #E930AD
Text Example
Text Example
White with #E930AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E930AD; }
p { color: rgb(233,48,173); }
H1.HeaderClassName
{
color: #E930AD;
}
.AnyTagClassName
{
color: #E930AD;
}
</style>
background-color css
<style>
a { background-color: #E930AD; }
a { background-color: rgb(233,48,173); }
div.DivClassName
{
background-color: #E930AD;
}
.BgClassName
{
background-color: #E930AD;
}
</style>
border-color css
<style>
span { border-color: #E930AD; }
span { border-color: rgb(233,48,173); }
td.TdClassName
{
border-color: #E930AD;
}
.TagClassName
{
border-color: #E930AD;
}
</style>