Shades of Persian Rose #E22FAF
Tints of Persian Rose #E22FAF
RGB
CMYK
RGB Variations
Color information
#E22FAF (or 0xE22FAF) is known color: Persian Rose. HEX triplet: E2, 2F and AF. RGB value is (226,47,175). Sum of RGB (Red+Green+Blue) = 226+47+175=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E22FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22FAF is #1DD050. Grayscale: #727272. Windows color (decimal): -1953873 or 11481058. OLE color: 11481058.
HSL color Cylindrical-coordinate representation of color #E22FAF: hue angle of 317.09º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E22FAF is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 47 | 175 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.11 |
| HSL | 317.1º | 0.76% | 0.54% | - |
| HSV(B) | 317.1º | 0.79% | 0.89% | - |
| XYZ | 40.12 | 21.3 | 42.55 | - |
| YUV | 115.11 | 161.8 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 47 | 175 | 0 | 0.79 | 0.23 | 0.11 | 317.1 | 0.76 | 0.54 |
| Hex | E2 | 2F | AF | 0 | 4F | 17 | B | 13D | 4C | 36 |
| Octal | 342 | 57 | 257 | 0 | 117 | 27 | 13 | 475 | 114 | 66 |
| Binary | 11100010 | 101111 | 10101111 | 0 | 1001111 | 10111 | 1011 | 100111101 | 1001100 | 110110 |
Color Harmonies of #E22FAF
Complementary color
Monochromatic Colors of #E22FAF
Black with #E22FAF
Text Example
Text Example
White with #E22FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22FAF; }
p { color: rgb(226,47,175); }
H1.HeaderClassName
{
color: #E22FAF;
}
.AnyTagClassName
{
color: #E22FAF;
}
</style>
background-color css
<style>
a { background-color: #E22FAF; }
a { background-color: rgb(226,47,175); }
div.DivClassName
{
background-color: #E22FAF;
}
.BgClassName
{
background-color: #E22FAF;
}
</style>
border-color css
<style>
span { border-color: #E22FAF; }
span { border-color: rgb(226,47,175); }
td.TdClassName
{
border-color: #E22FAF;
}
.TagClassName
{
border-color: #E22FAF;
}
</style>