Shades of Persian Rose #E940B0
Tints of Persian Rose #E940B0
RGB
CMYK
RGB Variations
Color information
#E940B0 (or 0xE940B0) is known color: Persian Rose. HEX triplet: E9, 40 and B0. RGB value is (233,64,176). Sum of RGB (Red+Green+Blue) = 233+64+176=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E940B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E940B0 is #16BF4F. Grayscale: #7F7F7F. Windows color (decimal): -1490768 or 11550953. OLE color: 11550953.
HSL color Cylindrical-coordinate representation of color #E940B0: hue angle of 320.24º 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 #E940B0 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 176 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.09 |
| HSL | 320.24º | 0.79% | 0.58% | - |
| HSV(B) | 320.24º | 0.73% | 0.91% | - |
| XYZ | 43.27 | 24.13 | 43.45 | - |
| YUV | 127.3 | 155.49 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 176 | 0 | 0.73 | 0.24 | 0.09 | 320.24 | 0.79 | 0.58 |
| Hex | E9 | 40 | B0 | 0 | 49 | 18 | 9 | 140 | 4F | 3A |
| Octal | 351 | 100 | 260 | 0 | 111 | 30 | 11 | 500 | 117 | 72 |
| Binary | 11101001 | 1000000 | 10110000 | 0 | 1001001 | 11000 | 1001 | 101000000 | 1001111 | 111010 |
Color Harmonies of #E940B0
Complementary color
Monochromatic Colors of #E940B0
Black with #E940B0
Text Example
Text Example
White with #E940B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940B0; }
p { color: rgb(233,64,176); }
H1.HeaderClassName
{
color: #E940B0;
}
.AnyTagClassName
{
color: #E940B0;
}
</style>
background-color css
<style>
a { background-color: #E940B0; }
a { background-color: rgb(233,64,176); }
div.DivClassName
{
background-color: #E940B0;
}
.BgClassName
{
background-color: #E940B0;
}
</style>
border-color css
<style>
span { border-color: #E940B0; }
span { border-color: rgb(233,64,176); }
td.TdClassName
{
border-color: #E940B0;
}
.TagClassName
{
border-color: #E940B0;
}
</style>