Shades of Persian Rose #E934AD
Tints of Persian Rose #E934AD
RGB
CMYK
RGB Variations
Color information
#E934AD (or 0xE934AD) is known color: Persian Rose. HEX triplet: E9, 34 and AD. RGB value is (233,52,173). Sum of RGB (Red+Green+Blue) = 233+52+173=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E934AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E934AD is #16CB52. Grayscale: #777777. Windows color (decimal): -1493843 or 11351273. OLE color: 11351273.
HSL color Cylindrical-coordinate representation of color #E934AD: hue angle of 319.89º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E934AD is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 173 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.09 |
| HSL | 319.89º | 0.8% | 0.56% | - |
| HSV(B) | 319.89º | 0.78% | 0.91% | - |
| XYZ | 42.38 | 22.8 | 41.7 | - |
| YUV | 119.91 | 157.97 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 173 | 0 | 0.78 | 0.26 | 0.09 | 319.89 | 0.8 | 0.56 |
| Hex | E9 | 34 | AD | 0 | 4E | 1A | 9 | 140 | 50 | 38 |
| Octal | 351 | 64 | 255 | 0 | 116 | 32 | 11 | 500 | 120 | 70 |
| Binary | 11101001 | 110100 | 10101101 | 0 | 1001110 | 11010 | 1001 | 101000000 | 1010000 | 111000 |
Color Harmonies of #E934AD
Complementary color
Monochromatic Colors of #E934AD
Black with #E934AD
Text Example
Text Example
White with #E934AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E934AD; }
p { color: rgb(233,52,173); }
H1.HeaderClassName
{
color: #E934AD;
}
.AnyTagClassName
{
color: #E934AD;
}
</style>
background-color css
<style>
a { background-color: #E934AD; }
a { background-color: rgb(233,52,173); }
div.DivClassName
{
background-color: #E934AD;
}
.BgClassName
{
background-color: #E934AD;
}
</style>
border-color css
<style>
span { border-color: #E934AD; }
span { border-color: rgb(233,52,173); }
td.TdClassName
{
border-color: #E934AD;
}
.TagClassName
{
border-color: #E934AD;
}
</style>