Shades of Persian Rose #E33EAF
Tints of Persian Rose #E33EAF
RGB
CMYK
RGB Variations
Color information
#E33EAF (or 0xE33EAF) is known color: Persian Rose. HEX triplet: E3, 3E and AF. RGB value is (227,62,175). Sum of RGB (Red+Green+Blue) = 227+62+175=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E33EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33EAF is #1CC150. Grayscale: #7B7B7B. Windows color (decimal): -1884497 or 11484899. OLE color: 11484899.
HSL color Cylindrical-coordinate representation of color #E33EAF: hue angle of 318.91º 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 #E33EAF is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 62 | 175 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.11 |
| HSL | 318.91º | 0.75% | 0.57% | - |
| HSV(B) | 318.91º | 0.73% | 0.89% | - |
| XYZ | 41.14 | 22.87 | 42.8 | - |
| YUV | 124.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 62 | 175 | 0 | 0.73 | 0.23 | 0.11 | 318.91 | 0.75 | 0.57 |
| Hex | E3 | 3E | AF | 0 | 49 | 17 | B | 13F | 4B | 39 |
| Octal | 343 | 76 | 257 | 0 | 111 | 27 | 13 | 477 | 113 | 71 |
| Binary | 11100011 | 111110 | 10101111 | 0 | 1001001 | 10111 | 1011 | 100111111 | 1001011 | 111001 |
Color Harmonies of #E33EAF
Complementary color
Monochromatic Colors of #E33EAF
Black with #E33EAF
Text Example
Text Example
White with #E33EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33EAF; }
p { color: rgb(227,62,175); }
H1.HeaderClassName
{
color: #E33EAF;
}
.AnyTagClassName
{
color: #E33EAF;
}
</style>
background-color css
<style>
a { background-color: #E33EAF; }
a { background-color: rgb(227,62,175); }
div.DivClassName
{
background-color: #E33EAF;
}
.BgClassName
{
background-color: #E33EAF;
}
</style>
border-color css
<style>
span { border-color: #E33EAF; }
span { border-color: rgb(227,62,175); }
td.TdClassName
{
border-color: #E33EAF;
}
.TagClassName
{
border-color: #E33EAF;
}
</style>