Shades of Persian Rose #E338B2
Tints of Persian Rose #E338B2
RGB
CMYK
RGB Variations
Color information
#E338B2 (or 0xE338B2) is known color: Persian Rose. HEX triplet: E3, 38 and B2. RGB value is (227,56,178). Sum of RGB (Red+Green+Blue) = 227+56+178=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E338B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E338B2 is #1CC74D. Grayscale: #787878. Windows color (decimal): -1886030 or 11679971. OLE color: 11679971.
HSL color Cylindrical-coordinate representation of color #E338B2: hue angle of 317.19º 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 #E338B2 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 56 | 178 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.11 |
| HSL | 317.19º | 0.75% | 0.55% | - |
| HSV(B) | 317.19º | 0.75% | 0.89% | - |
| XYZ | 41.13 | 22.37 | 44.27 | - |
| YUV | 121.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 56 | 178 | 0 | 0.75 | 0.22 | 0.11 | 317.19 | 0.75 | 0.55 |
| Hex | E3 | 38 | B2 | 0 | 4B | 16 | B | 13D | 4B | 37 |
| Octal | 343 | 70 | 262 | 0 | 113 | 26 | 13 | 475 | 113 | 67 |
| Binary | 11100011 | 111000 | 10110010 | 0 | 1001011 | 10110 | 1011 | 100111101 | 1001011 | 110111 |
Color Harmonies of #E338B2
Complementary color
Monochromatic Colors of #E338B2
Black with #E338B2
Text Example
Text Example
White with #E338B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E338B2; }
p { color: rgb(227,56,178); }
H1.HeaderClassName
{
color: #E338B2;
}
.AnyTagClassName
{
color: #E338B2;
}
</style>
background-color css
<style>
a { background-color: #E338B2; }
a { background-color: rgb(227,56,178); }
div.DivClassName
{
background-color: #E338B2;
}
.BgClassName
{
background-color: #E338B2;
}
</style>
border-color css
<style>
span { border-color: #E338B2; }
span { border-color: rgb(227,56,178); }
td.TdClassName
{
border-color: #E338B2;
}
.TagClassName
{
border-color: #E338B2;
}
</style>