Shades of Persian Rose #E93DAA
Tints of Persian Rose #E93DAA
RGB
CMYK
RGB Variations
Color information
#E93DAA (or 0xE93DAA) is known color: Persian Rose. HEX triplet: E9, 3D and AA. RGB value is (233,61,170). Sum of RGB (Red+Green+Blue) = 233+61+170=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93DAA is #16C255. Grayscale: #7C7C7C. Windows color (decimal): -1491542 or 11156969. OLE color: 11156969.
HSL color Cylindrical-coordinate representation of color #E93DAA: hue angle of 321.98º 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 #E93DAA is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 170 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.09 |
| HSL | 321.98º | 0.8% | 0.58% | - |
| HSV(B) | 321.98º | 0.74% | 0.91% | - |
| XYZ | 42.53 | 23.56 | 40.34 | - |
| YUV | 124.85 | 153.48 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 170 | 0 | 0.74 | 0.27 | 0.09 | 321.98 | 0.8 | 0.58 |
| Hex | E9 | 3D | AA | 0 | 4A | 1B | 9 | 142 | 50 | 3A |
| Octal | 351 | 75 | 252 | 0 | 112 | 33 | 11 | 502 | 120 | 72 |
| Binary | 11101001 | 111101 | 10101010 | 0 | 1001010 | 11011 | 1001 | 101000010 | 1010000 | 111010 |
Color Harmonies of #E93DAA
Complementary color
Monochromatic Colors of #E93DAA
Black with #E93DAA
Text Example
Text Example
White with #E93DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93DAA; }
p { color: rgb(233,61,170); }
H1.HeaderClassName
{
color: #E93DAA;
}
.AnyTagClassName
{
color: #E93DAA;
}
</style>
background-color css
<style>
a { background-color: #E93DAA; }
a { background-color: rgb(233,61,170); }
div.DivClassName
{
background-color: #E93DAA;
}
.BgClassName
{
background-color: #E93DAA;
}
</style>
border-color css
<style>
span { border-color: #E93DAA; }
span { border-color: rgb(233,61,170); }
td.TdClassName
{
border-color: #E93DAA;
}
.TagClassName
{
border-color: #E93DAA;
}
</style>