Shades of Persian Rose #E83CAA
Tints of Persian Rose #E83CAA
RGB
CMYK
RGB Variations
Color information
#E83CAA (or 0xE83CAA) is known color: Persian Rose. HEX triplet: E8, 3C and AA. RGB value is (232,60,170). Sum of RGB (Red+Green+Blue) = 232+60+170=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E83CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83CAA is #17C355. Grayscale: #7B7B7B. Windows color (decimal): -1557334 or 11156712. OLE color: 11156712.
HSL color Cylindrical-coordinate representation of color #E83CAA: hue angle of 321.63º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E83CAA is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 60 | 170 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.09 |
| HSL | 321.63º | 0.79% | 0.57% | - |
| HSV(B) | 321.63º | 0.74% | 0.91% | - |
| XYZ | 42.15 | 23.29 | 40.3 | - |
| YUV | 123.97 | 153.98 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 60 | 170 | 0 | 0.74 | 0.27 | 0.09 | 321.63 | 0.79 | 0.57 |
| Hex | E8 | 3C | AA | 0 | 4A | 1B | 9 | 142 | 4F | 39 |
| Octal | 350 | 74 | 252 | 0 | 112 | 33 | 11 | 502 | 117 | 71 |
| Binary | 11101000 | 111100 | 10101010 | 0 | 1001010 | 11011 | 1001 | 101000010 | 1001111 | 111001 |
Color Harmonies of #E83CAA
Complementary color
Monochromatic Colors of #E83CAA
Black with #E83CAA
Text Example
Text Example
White with #E83CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83CAA; }
p { color: rgb(232,60,170); }
H1.HeaderClassName
{
color: #E83CAA;
}
.AnyTagClassName
{
color: #E83CAA;
}
</style>
background-color css
<style>
a { background-color: #E83CAA; }
a { background-color: rgb(232,60,170); }
div.DivClassName
{
background-color: #E83CAA;
}
.BgClassName
{
background-color: #E83CAA;
}
</style>
border-color css
<style>
span { border-color: #E83CAA; }
span { border-color: rgb(232,60,170); }
td.TdClassName
{
border-color: #E83CAA;
}
.TagClassName
{
border-color: #E83CAA;
}
</style>