Shades of Persian Rose #E233A8
Tints of Persian Rose #E233A8
RGB
CMYK
RGB Variations
Color information
#E233A8 (or 0xE233A8) is known color: Persian Rose. HEX triplet: E2, 33 and A8. RGB value is (226,51,168). Sum of RGB (Red+Green+Blue) = 226+51+168=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E233A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E233A8 is #1DCC57. Grayscale: #747474. Windows color (decimal): -1952856 or 11023330. OLE color: 11023330.
HSL color Cylindrical-coordinate representation of color #E233A8: hue angle of 319.89º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E233A8 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 168 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.11 |
| HSL | 319.89º | 0.75% | 0.54% | - |
| HSV(B) | 319.89º | 0.77% | 0.89% | - |
| XYZ | 39.62 | 21.36 | 39.08 | - |
| YUV | 116.66 | 156.98 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 168 | 0 | 0.77 | 0.26 | 0.11 | 319.89 | 0.75 | 0.54 |
| Hex | E2 | 33 | A8 | 0 | 4D | 1A | B | 140 | 4B | 36 |
| Octal | 342 | 63 | 250 | 0 | 115 | 32 | 13 | 500 | 113 | 66 |
| Binary | 11100010 | 110011 | 10101000 | 0 | 1001101 | 11010 | 1011 | 101000000 | 1001011 | 110110 |
Color Harmonies of #E233A8
Complementary color
Monochromatic Colors of #E233A8
Black with #E233A8
Text Example
Text Example
White with #E233A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E233A8; }
p { color: rgb(226,51,168); }
H1.HeaderClassName
{
color: #E233A8;
}
.AnyTagClassName
{
color: #E233A8;
}
</style>
background-color css
<style>
a { background-color: #E233A8; }
a { background-color: rgb(226,51,168); }
div.DivClassName
{
background-color: #E233A8;
}
.BgClassName
{
background-color: #E233A8;
}
</style>
border-color css
<style>
span { border-color: #E233A8; }
span { border-color: rgb(226,51,168); }
td.TdClassName
{
border-color: #E233A8;
}
.TagClassName
{
border-color: #E233A8;
}
</style>