Shades of Persian Rose #E61D9B
Tints of Persian Rose #E61D9B
RGB
CMYK
RGB Variations
Color information
#E61D9B (or 0xE61D9B) is known color: Persian Rose. HEX triplet: E6, 1D and 9B. RGB value is (230,29,155). Sum of RGB (Red+Green+Blue) = 230+29+155=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61D9B is #19E264. Grayscale: #676767. Windows color (decimal): -1696357 or 10165734. OLE color: 10165734.
HSL color Cylindrical-coordinate representation of color #E61D9B: hue angle of 322.39º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61D9B is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 155 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.10 |
| HSL | 322.39º | 0.8% | 0.51% | - |
| HSV(B) | 322.39º | 0.87% | 0.9% | - |
| XYZ | 38.99 | 20.07 | 32.83 | - |
| YUV | 103.46 | 157.09 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 155 | 0 | 0.87 | 0.33 | 0.10 | 322.39 | 0.8 | 0.51 |
| Hex | E6 | 1D | 9B | 0 | 57 | 21 | A | 142 | 50 | 33 |
| Octal | 346 | 35 | 233 | 0 | 127 | 41 | 12 | 502 | 120 | 63 |
| Binary | 11100110 | 11101 | 10011011 | 0 | 1010111 | 100001 | 1010 | 101000010 | 1010000 | 110011 |
Color Harmonies of #E61D9B
Complementary color
Monochromatic Colors of #E61D9B
Black with #E61D9B
Text Example
Text Example
White with #E61D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61D9B; }
p { color: rgb(230,29,155); }
H1.HeaderClassName
{
color: #E61D9B;
}
.AnyTagClassName
{
color: #E61D9B;
}
</style>
background-color css
<style>
a { background-color: #E61D9B; }
a { background-color: rgb(230,29,155); }
div.DivClassName
{
background-color: #E61D9B;
}
.BgClassName
{
background-color: #E61D9B;
}
</style>
border-color css
<style>
span { border-color: #E61D9B; }
span { border-color: rgb(230,29,155); }
td.TdClassName
{
border-color: #E61D9B;
}
.TagClassName
{
border-color: #E61D9B;
}
</style>