Shades of Persian Rose #E930A6
Tints of Persian Rose #E930A6
RGB
CMYK
RGB Variations
Color information
#E930A6 (or 0xE930A6) is known color: Persian Rose. HEX triplet: E9, 30 and A6. RGB value is (233,48,166). Sum of RGB (Red+Green+Blue) = 233+48+166=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E930A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E930A6 is #16CF59. Grayscale: #747474. Windows color (decimal): -1494874 or 10891497. OLE color: 10891497.
HSL color Cylindrical-coordinate representation of color #E930A6: hue angle of 321.73º 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 #E930A6 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 166 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.09 |
| HSL | 321.73º | 0.81% | 0.55% | - |
| HSV(B) | 321.73º | 0.79% | 0.91% | - |
| XYZ | 41.54 | 22.19 | 38.17 | - |
| YUV | 116.77 | 155.79 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 166 | 0 | 0.79 | 0.29 | 0.09 | 321.73 | 0.81 | 0.55 |
| Hex | E9 | 30 | A6 | 0 | 4F | 1D | 9 | 142 | 51 | 37 |
| Octal | 351 | 60 | 246 | 0 | 117 | 35 | 11 | 502 | 121 | 67 |
| Binary | 11101001 | 110000 | 10100110 | 0 | 1001111 | 11101 | 1001 | 101000010 | 1010001 | 110111 |
Color Harmonies of #E930A6
Complementary color
Monochromatic Colors of #E930A6
Black with #E930A6
Text Example
Text Example
White with #E930A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E930A6; }
p { color: rgb(233,48,166); }
H1.HeaderClassName
{
color: #E930A6;
}
.AnyTagClassName
{
color: #E930A6;
}
</style>
background-color css
<style>
a { background-color: #E930A6; }
a { background-color: rgb(233,48,166); }
div.DivClassName
{
background-color: #E930A6;
}
.BgClassName
{
background-color: #E930A6;
}
</style>
border-color css
<style>
span { border-color: #E930A6; }
span { border-color: rgb(233,48,166); }
td.TdClassName
{
border-color: #E930A6;
}
.TagClassName
{
border-color: #E930A6;
}
</style>