Shades of Persian Rose #E238B0
Tints of Persian Rose #E238B0
RGB
CMYK
RGB Variations
Color information
#E238B0 (or 0xE238B0) is known color: Persian Rose. HEX triplet: E2, 38 and B0. RGB value is (226,56,176). Sum of RGB (Red+Green+Blue) = 226+56+176=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E238B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E238B0 is #1DC74F. Grayscale: #787878. Windows color (decimal): -1951568 or 11548898. OLE color: 11548898.
HSL color Cylindrical-coordinate representation of color #E238B0: hue angle of 317.65º degrees, saturation: 0.75, 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 #E238B0 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 176 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.11 |
| HSL | 317.65º | 0.75% | 0.55% | - |
| HSV(B) | 317.65º | 0.75% | 0.89% | - |
| XYZ | 40.61 | 22.13 | 43.21 | - |
| YUV | 120.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 176 | 0 | 0.75 | 0.22 | 0.11 | 317.65 | 0.75 | 0.55 |
| Hex | E2 | 38 | B0 | 0 | 4B | 16 | B | 13E | 4B | 37 |
| Octal | 342 | 70 | 260 | 0 | 113 | 26 | 13 | 476 | 113 | 67 |
| Binary | 11100010 | 111000 | 10110000 | 0 | 1001011 | 10110 | 1011 | 100111110 | 1001011 | 110111 |
Color Harmonies of #E238B0
Complementary color
Monochromatic Colors of #E238B0
Black with #E238B0
Text Example
Text Example
White with #E238B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E238B0; }
p { color: rgb(226,56,176); }
H1.HeaderClassName
{
color: #E238B0;
}
.AnyTagClassName
{
color: #E238B0;
}
</style>
background-color css
<style>
a { background-color: #E238B0; }
a { background-color: rgb(226,56,176); }
div.DivClassName
{
background-color: #E238B0;
}
.BgClassName
{
background-color: #E238B0;
}
</style>
border-color css
<style>
span { border-color: #E238B0; }
span { border-color: rgb(226,56,176); }
td.TdClassName
{
border-color: #E238B0;
}
.TagClassName
{
border-color: #E238B0;
}
</style>