Shades of Persian Rose #E934A6
Tints of Persian Rose #E934A6
RGB
CMYK
RGB Variations
Color information
#E934A6 (or 0xE934A6) is known color: Persian Rose. HEX triplet: E9, 34 and A6. RGB value is (233,52,166). Sum of RGB (Red+Green+Blue) = 233+52+166=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E934A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E934A6 is #16CB59. Grayscale: #767676. Windows color (decimal): -1493850 or 10892521. OLE color: 10892521.
HSL color Cylindrical-coordinate representation of color #E934A6: hue angle of 322.21º 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 #E934A6 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 166 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.09 |
| HSL | 322.21º | 0.8% | 0.56% | - |
| HSV(B) | 322.21º | 0.78% | 0.91% | - |
| XYZ | 41.72 | 22.53 | 38.23 | - |
| YUV | 119.12 | 154.47 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 166 | 0 | 0.78 | 0.29 | 0.09 | 322.21 | 0.8 | 0.56 |
| Hex | E9 | 34 | A6 | 0 | 4E | 1D | 9 | 142 | 50 | 38 |
| Octal | 351 | 64 | 246 | 0 | 116 | 35 | 11 | 502 | 120 | 70 |
| Binary | 11101001 | 110100 | 10100110 | 0 | 1001110 | 11101 | 1001 | 101000010 | 1010000 | 111000 |
Color Harmonies of #E934A6
Complementary color
Monochromatic Colors of #E934A6
Black with #E934A6
Text Example
Text Example
White with #E934A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E934A6; }
p { color: rgb(233,52,166); }
H1.HeaderClassName
{
color: #E934A6;
}
.AnyTagClassName
{
color: #E934A6;
}
</style>
background-color css
<style>
a { background-color: #E934A6; }
a { background-color: rgb(233,52,166); }
div.DivClassName
{
background-color: #E934A6;
}
.BgClassName
{
background-color: #E934A6;
}
</style>
border-color css
<style>
span { border-color: #E934A6; }
span { border-color: rgb(233,52,166); }
td.TdClassName
{
border-color: #E934A6;
}
.TagClassName
{
border-color: #E934A6;
}
</style>