Shades of Persian Rose #E336B1
Tints of Persian Rose #E336B1
RGB
CMYK
RGB Variations
Color information
#E336B1 (or 0xE336B1) is known color: Persian Rose. HEX triplet: E3, 36 and B1. RGB value is (227,54,177). Sum of RGB (Red+Green+Blue) = 227+54+177=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E336B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E336B1 is #1CC94E. Grayscale: #777777. Windows color (decimal): -1886543 or 11613923. OLE color: 11613923.
HSL color Cylindrical-coordinate representation of color #E336B1: hue angle of 317.34º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E336B1 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 54 | 177 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.11 |
| HSL | 317.34º | 0.76% | 0.55% | - |
| HSV(B) | 317.34º | 0.76% | 0.89% | - |
| XYZ | 40.93 | 22.14 | 43.71 | - |
| YUV | 119.75 | 160.31 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 54 | 177 | 0 | 0.76 | 0.22 | 0.11 | 317.34 | 0.76 | 0.55 |
| Hex | E3 | 36 | B1 | 0 | 4C | 16 | B | 13D | 4C | 37 |
| Octal | 343 | 66 | 261 | 0 | 114 | 26 | 13 | 475 | 114 | 67 |
| Binary | 11100011 | 110110 | 10110001 | 0 | 1001100 | 10110 | 1011 | 100111101 | 1001100 | 110111 |
Color Harmonies of #E336B1
Complementary color
Monochromatic Colors of #E336B1
Black with #E336B1
Text Example
Text Example
White with #E336B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E336B1; }
p { color: rgb(227,54,177); }
H1.HeaderClassName
{
color: #E336B1;
}
.AnyTagClassName
{
color: #E336B1;
}
</style>
background-color css
<style>
a { background-color: #E336B1; }
a { background-color: rgb(227,54,177); }
div.DivClassName
{
background-color: #E336B1;
}
.BgClassName
{
background-color: #E336B1;
}
</style>
border-color css
<style>
span { border-color: #E336B1; }
span { border-color: rgb(227,54,177); }
td.TdClassName
{
border-color: #E336B1;
}
.TagClassName
{
border-color: #E336B1;
}
</style>