Shades of Persian Rose #E239A7
Tints of Persian Rose #E239A7
RGB
CMYK
RGB Variations
Color information
#E239A7 (or 0xE239A7) is known color: Persian Rose. HEX triplet: E2, 39 and A7. RGB value is (226,57,167). Sum of RGB (Red+Green+Blue) = 226+57+167=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E239A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E239A7 is #1DC658. Grayscale: #777777. Windows color (decimal): -1951321 or 10959330. OLE color: 10959330.
HSL color Cylindrical-coordinate representation of color #E239A7: hue angle of 320.95º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E239A7 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 167 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.11 |
| HSL | 320.95º | 0.74% | 0.55% | - |
| HSV(B) | 320.95º | 0.75% | 0.89% | - |
| XYZ | 39.8 | 21.89 | 38.69 | - |
| YUV | 120.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 167 | 0 | 0.75 | 0.26 | 0.11 | 320.95 | 0.74 | 0.55 |
| Hex | E2 | 39 | A7 | 0 | 4B | 1A | B | 141 | 4A | 37 |
| Octal | 342 | 71 | 247 | 0 | 113 | 32 | 13 | 501 | 112 | 67 |
| Binary | 11100010 | 111001 | 10100111 | 0 | 1001011 | 11010 | 1011 | 101000001 | 1001010 | 110111 |
Color Harmonies of #E239A7
Complementary color
Monochromatic Colors of #E239A7
Black with #E239A7
Text Example
Text Example
White with #E239A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239A7; }
p { color: rgb(226,57,167); }
H1.HeaderClassName
{
color: #E239A7;
}
.AnyTagClassName
{
color: #E239A7;
}
</style>
background-color css
<style>
a { background-color: #E239A7; }
a { background-color: rgb(226,57,167); }
div.DivClassName
{
background-color: #E239A7;
}
.BgClassName
{
background-color: #E239A7;
}
</style>
border-color css
<style>
span { border-color: #E239A7; }
span { border-color: rgb(226,57,167); }
td.TdClassName
{
border-color: #E239A7;
}
.TagClassName
{
border-color: #E239A7;
}
</style>