Shades of Persian Rose #E2269E
Tints of Persian Rose #E2269E
RGB
CMYK
RGB Variations
Color information
#E2269E (or 0xE2269E) is known color: Persian Rose. HEX triplet: E2, 26 and 9E. RGB value is (226,38,158). Sum of RGB (Red+Green+Blue) = 226+38+158=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2269E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2269E is #1DD961. Grayscale: #6B6B6B. Windows color (decimal): -1956194 or 10364642. OLE color: 10364642.
HSL color Cylindrical-coordinate representation of color #E2269E: hue angle of 321.7º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2269E is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 158 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.11 |
| HSL | 321.7º | 0.76% | 0.52% | - |
| HSV(B) | 321.7º | 0.83% | 0.89% | - |
| XYZ | 38.23 | 20.02 | 34.2 | - |
| YUV | 107.89 | 156.28 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 158 | 0 | 0.83 | 0.30 | 0.11 | 321.7 | 0.76 | 0.52 |
| Hex | E2 | 26 | 9E | 0 | 53 | 1E | B | 142 | 4C | 34 |
| Octal | 342 | 46 | 236 | 0 | 123 | 36 | 13 | 502 | 114 | 64 |
| Binary | 11100010 | 100110 | 10011110 | 0 | 1010011 | 11110 | 1011 | 101000010 | 1001100 | 110100 |
Color Harmonies of #E2269E
Complementary color
Monochromatic Colors of #E2269E
Black with #E2269E
Text Example
Text Example
White with #E2269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2269E; }
p { color: rgb(226,38,158); }
H1.HeaderClassName
{
color: #E2269E;
}
.AnyTagClassName
{
color: #E2269E;
}
</style>
background-color css
<style>
a { background-color: #E2269E; }
a { background-color: rgb(226,38,158); }
div.DivClassName
{
background-color: #E2269E;
}
.BgClassName
{
background-color: #E2269E;
}
</style>
border-color css
<style>
span { border-color: #E2269E; }
span { border-color: rgb(226,38,158); }
td.TdClassName
{
border-color: #E2269E;
}
.TagClassName
{
border-color: #E2269E;
}
</style>