Shades of Persian Rose #E733A1
Tints of Persian Rose #E733A1
RGB
CMYK
RGB Variations
Color information
#E733A1 (or 0xE733A1) is known color: Persian Rose. HEX triplet: E7, 33 and A1. RGB value is (231,51,161). Sum of RGB (Red+Green+Blue) = 231+51+161=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E733A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E733A1 is #18CC5E. Grayscale: #757575. Windows color (decimal): -1625183 or 10564583. OLE color: 10564583.
HSL color Cylindrical-coordinate representation of color #E733A1: hue angle of 323.33º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E733A1 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 51 | 161 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.09 |
| HSL | 323.33º | 0.79% | 0.55% | - |
| HSV(B) | 323.33º | 0.78% | 0.91% | - |
| XYZ | 40.57 | 21.93 | 35.81 | - |
| YUV | 117.36 | 152.63 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 51 | 161 | 0 | 0.78 | 0.30 | 0.09 | 323.33 | 0.79 | 0.55 |
| Hex | E7 | 33 | A1 | 0 | 4E | 1E | 9 | 143 | 4F | 37 |
| Octal | 347 | 63 | 241 | 0 | 116 | 36 | 11 | 503 | 117 | 67 |
| Binary | 11100111 | 110011 | 10100001 | 0 | 1001110 | 11110 | 1001 | 101000011 | 1001111 | 110111 |
Color Harmonies of #E733A1
Complementary color
Monochromatic Colors of #E733A1
Black with #E733A1
Text Example
Text Example
White with #E733A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E733A1; }
p { color: rgb(231,51,161); }
H1.HeaderClassName
{
color: #E733A1;
}
.AnyTagClassName
{
color: #E733A1;
}
</style>
background-color css
<style>
a { background-color: #E733A1; }
a { background-color: rgb(231,51,161); }
div.DivClassName
{
background-color: #E733A1;
}
.BgClassName
{
background-color: #E733A1;
}
</style>
border-color css
<style>
span { border-color: #E733A1; }
span { border-color: rgb(231,51,161); }
td.TdClassName
{
border-color: #E733A1;
}
.TagClassName
{
border-color: #E733A1;
}
</style>