Shades of Persian Rose #E33EAC
Tints of Persian Rose #E33EAC
RGB
CMYK
RGB Variations
Color information
#E33EAC (or 0xE33EAC) is known color: Persian Rose. HEX triplet: E3, 3E and AC. RGB value is (227,62,172). Sum of RGB (Red+Green+Blue) = 227+62+172=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E33EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33EAC is #1CC153. Grayscale: #7B7B7B. Windows color (decimal): -1884500 or 11288291. OLE color: 11288291.
HSL color Cylindrical-coordinate representation of color #E33EAC: hue angle of 320º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E33EAC is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 62 | 172 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.11 |
| HSL | 320º | 0.75% | 0.57% | - |
| HSV(B) | 320º | 0.73% | 0.89% | - |
| XYZ | 40.85 | 22.75 | 41.27 | - |
| YUV | 123.88 | 155.16 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 62 | 172 | 0 | 0.73 | 0.24 | 0.11 | 320 | 0.75 | 0.57 |
| Hex | E3 | 3E | AC | 0 | 49 | 18 | B | 140 | 4B | 39 |
| Octal | 343 | 76 | 254 | 0 | 111 | 30 | 13 | 500 | 113 | 71 |
| Binary | 11100011 | 111110 | 10101100 | 0 | 1001001 | 11000 | 1011 | 101000000 | 1001011 | 111001 |
Color Harmonies of #E33EAC
Complementary color
Monochromatic Colors of #E33EAC
Black with #E33EAC
Text Example
Text Example
White with #E33EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33EAC; }
p { color: rgb(227,62,172); }
H1.HeaderClassName
{
color: #E33EAC;
}
.AnyTagClassName
{
color: #E33EAC;
}
</style>
background-color css
<style>
a { background-color: #E33EAC; }
a { background-color: rgb(227,62,172); }
div.DivClassName
{
background-color: #E33EAC;
}
.BgClassName
{
background-color: #E33EAC;
}
</style>
border-color css
<style>
span { border-color: #E33EAC; }
span { border-color: rgb(227,62,172); }
td.TdClassName
{
border-color: #E33EAC;
}
.TagClassName
{
border-color: #E33EAC;
}
</style>