Shades of Persian Rose #E239B2
Tints of Persian Rose #E239B2
RGB
CMYK
RGB Variations
Color information
#E239B2 (or 0xE239B2) is known color: Persian Rose. HEX triplet: E2, 39 and B2. RGB value is (226,57,178). Sum of RGB (Red+Green+Blue) = 226+57+178=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E239B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E239B2 is #1DC64D. Grayscale: #797979. Windows color (decimal): -1951310 or 11680226. OLE color: 11680226.
HSL color Cylindrical-coordinate representation of color #E239B2: hue angle of 317.04º 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 #E239B2 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 178 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.11 |
| HSL | 317.04º | 0.74% | 0.55% | - |
| HSV(B) | 317.04º | 0.75% | 0.89% | - |
| XYZ | 40.86 | 22.31 | 44.27 | - |
| YUV | 121.33 | 159.99 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 178 | 0 | 0.75 | 0.21 | 0.11 | 317.04 | 0.74 | 0.55 |
| Hex | E2 | 39 | B2 | 0 | 4B | 15 | B | 13D | 4A | 37 |
| Octal | 342 | 71 | 262 | 0 | 113 | 25 | 13 | 475 | 112 | 67 |
| Binary | 11100010 | 111001 | 10110010 | 0 | 1001011 | 10101 | 1011 | 100111101 | 1001010 | 110111 |
Color Harmonies of #E239B2
Complementary color
Monochromatic Colors of #E239B2
Black with #E239B2
Text Example
Text Example
White with #E239B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239B2; }
p { color: rgb(226,57,178); }
H1.HeaderClassName
{
color: #E239B2;
}
.AnyTagClassName
{
color: #E239B2;
}
</style>
background-color css
<style>
a { background-color: #E239B2; }
a { background-color: rgb(226,57,178); }
div.DivClassName
{
background-color: #E239B2;
}
.BgClassName
{
background-color: #E239B2;
}
</style>
border-color css
<style>
span { border-color: #E239B2; }
span { border-color: rgb(226,57,178); }
td.TdClassName
{
border-color: #E239B2;
}
.TagClassName
{
border-color: #E239B2;
}
</style>