Shades of Persian Rose #E93DAC
Tints of Persian Rose #E93DAC
RGB
CMYK
RGB Variations
Color information
#E93DAC (or 0xE93DAC) is known color: Persian Rose. HEX triplet: E9, 3D and AC. RGB value is (233,61,172). Sum of RGB (Red+Green+Blue) = 233+61+172=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93DAC is #16C253. Grayscale: #7C7C7C. Windows color (decimal): -1491540 or 11288041. OLE color: 11288041.
HSL color Cylindrical-coordinate representation of color #E93DAC: hue angle of 321.28º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93DAC is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 172 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.09 |
| HSL | 321.28º | 0.8% | 0.58% | - |
| HSV(B) | 321.28º | 0.74% | 0.91% | - |
| XYZ | 42.72 | 23.64 | 41.34 | - |
| YUV | 125.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 172 | 0 | 0.74 | 0.26 | 0.09 | 321.28 | 0.8 | 0.58 |
| Hex | E9 | 3D | AC | 0 | 4A | 1A | 9 | 141 | 50 | 3A |
| Octal | 351 | 75 | 254 | 0 | 112 | 32 | 11 | 501 | 120 | 72 |
| Binary | 11101001 | 111101 | 10101100 | 0 | 1001010 | 11010 | 1001 | 101000001 | 1010000 | 111010 |
Color Harmonies of #E93DAC
Complementary color
Monochromatic Colors of #E93DAC
Black with #E93DAC
Text Example
Text Example
White with #E93DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93DAC; }
p { color: rgb(233,61,172); }
H1.HeaderClassName
{
color: #E93DAC;
}
.AnyTagClassName
{
color: #E93DAC;
}
</style>
background-color css
<style>
a { background-color: #E93DAC; }
a { background-color: rgb(233,61,172); }
div.DivClassName
{
background-color: #E93DAC;
}
.BgClassName
{
background-color: #E93DAC;
}
</style>
border-color css
<style>
span { border-color: #E93DAC; }
span { border-color: rgb(233,61,172); }
td.TdClassName
{
border-color: #E93DAC;
}
.TagClassName
{
border-color: #E93DAC;
}
</style>