Shades of Persian Rose #E940B1
Tints of Persian Rose #E940B1
RGB
CMYK
RGB Variations
Color information
#E940B1 (or 0xE940B1) is known color: Persian Rose. HEX triplet: E9, 40 and B1. RGB value is (233,64,177). Sum of RGB (Red+Green+Blue) = 233+64+177=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E940B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E940B1 is #16BF4E. Grayscale: #7F7F7F. Windows color (decimal): -1490767 or 11616489. OLE color: 11616489.
HSL color Cylindrical-coordinate representation of color #E940B1: hue angle of 319.88º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E940B1 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 177 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.09 |
| HSL | 319.88º | 0.79% | 0.58% | - |
| HSV(B) | 319.88º | 0.73% | 0.91% | - |
| XYZ | 43.37 | 24.16 | 43.97 | - |
| YUV | 127.41 | 155.99 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 177 | 0 | 0.73 | 0.24 | 0.09 | 319.88 | 0.79 | 0.58 |
| Hex | E9 | 40 | B1 | 0 | 49 | 18 | 9 | 140 | 4F | 3A |
| Octal | 351 | 100 | 261 | 0 | 111 | 30 | 11 | 500 | 117 | 72 |
| Binary | 11101001 | 1000000 | 10110001 | 0 | 1001001 | 11000 | 1001 | 101000000 | 1001111 | 111010 |
Color Harmonies of #E940B1
Complementary color
Monochromatic Colors of #E940B1
Black with #E940B1
Text Example
Text Example
White with #E940B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940B1; }
p { color: rgb(233,64,177); }
H1.HeaderClassName
{
color: #E940B1;
}
.AnyTagClassName
{
color: #E940B1;
}
</style>
background-color css
<style>
a { background-color: #E940B1; }
a { background-color: rgb(233,64,177); }
div.DivClassName
{
background-color: #E940B1;
}
.BgClassName
{
background-color: #E940B1;
}
</style>
border-color css
<style>
span { border-color: #E940B1; }
span { border-color: rgb(233,64,177); }
td.TdClassName
{
border-color: #E940B1;
}
.TagClassName
{
border-color: #E940B1;
}
</style>