Shades of Persian Rose #E338B0
Tints of Persian Rose #E338B0
RGB
CMYK
RGB Variations
Color information
#E338B0 (or 0xE338B0) is known color: Persian Rose. HEX triplet: E3, 38 and B0. RGB value is (227,56,176). Sum of RGB (Red+Green+Blue) = 227+56+176=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E338B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E338B0 is #1CC74F. Grayscale: #787878. Windows color (decimal): -1886032 or 11548899. OLE color: 11548899.
HSL color Cylindrical-coordinate representation of color #E338B0: hue angle of 317.89º 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 #E338B0 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 56 | 176 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.11 |
| HSL | 317.89º | 0.75% | 0.55% | - |
| HSV(B) | 317.89º | 0.75% | 0.89% | - |
| XYZ | 40.93 | 22.29 | 43.22 | - |
| YUV | 120.81 | 159.15 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 56 | 176 | 0 | 0.75 | 0.22 | 0.11 | 317.89 | 0.75 | 0.55 |
| Hex | E3 | 38 | B0 | 0 | 4B | 16 | B | 13E | 4B | 37 |
| Octal | 343 | 70 | 260 | 0 | 113 | 26 | 13 | 476 | 113 | 67 |
| Binary | 11100011 | 111000 | 10110000 | 0 | 1001011 | 10110 | 1011 | 100111110 | 1001011 | 110111 |
Color Harmonies of #E338B0
Complementary color
Monochromatic Colors of #E338B0
Black with #E338B0
Text Example
Text Example
White with #E338B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E338B0; }
p { color: rgb(227,56,176); }
H1.HeaderClassName
{
color: #E338B0;
}
.AnyTagClassName
{
color: #E338B0;
}
</style>
background-color css
<style>
a { background-color: #E338B0; }
a { background-color: rgb(227,56,176); }
div.DivClassName
{
background-color: #E338B0;
}
.BgClassName
{
background-color: #E338B0;
}
</style>
border-color css
<style>
span { border-color: #E338B0; }
span { border-color: rgb(227,56,176); }
td.TdClassName
{
border-color: #E338B0;
}
.TagClassName
{
border-color: #E338B0;
}
</style>