Shades of Persian Rose #E233AC
Tints of Persian Rose #E233AC
RGB
CMYK
RGB Variations
Color information
#E233AC (or 0xE233AC) is known color: Persian Rose. HEX triplet: E2, 33 and AC. RGB value is (226,51,172). Sum of RGB (Red+Green+Blue) = 226+51+172=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E233AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E233AC is #1DCC53. Grayscale: #747474. Windows color (decimal): -1952852 or 11285474. OLE color: 11285474.
HSL color Cylindrical-coordinate representation of color #E233AC: hue angle of 318.51º 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 #E233AC is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 172 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.11 |
| HSL | 318.51º | 0.75% | 0.54% | - |
| HSV(B) | 318.51º | 0.77% | 0.89% | - |
| XYZ | 39.99 | 21.51 | 41.07 | - |
| YUV | 117.12 | 158.98 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 172 | 0 | 0.77 | 0.24 | 0.11 | 318.51 | 0.75 | 0.54 |
| Hex | E2 | 33 | AC | 0 | 4D | 18 | B | 13F | 4B | 36 |
| Octal | 342 | 63 | 254 | 0 | 115 | 30 | 13 | 477 | 113 | 66 |
| Binary | 11100010 | 110011 | 10101100 | 0 | 1001101 | 11000 | 1011 | 100111111 | 1001011 | 110110 |
Color Harmonies of #E233AC
Complementary color
Monochromatic Colors of #E233AC
Black with #E233AC
Text Example
Text Example
White with #E233AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E233AC; }
p { color: rgb(226,51,172); }
H1.HeaderClassName
{
color: #E233AC;
}
.AnyTagClassName
{
color: #E233AC;
}
</style>
background-color css
<style>
a { background-color: #E233AC; }
a { background-color: rgb(226,51,172); }
div.DivClassName
{
background-color: #E233AC;
}
.BgClassName
{
background-color: #E233AC;
}
</style>
border-color css
<style>
span { border-color: #E233AC; }
span { border-color: rgb(226,51,172); }
td.TdClassName
{
border-color: #E233AC;
}
.TagClassName
{
border-color: #E233AC;
}
</style>