Shades of Persian Rose #EC1E9B
Tints of Persian Rose #EC1E9B
RGB
CMYK
RGB Variations
Color information
#EC1E9B (or 0xEC1E9B) is known color: Persian Rose. HEX triplet: EC, 1E and 9B. RGB value is (236,30,155). Sum of RGB (Red+Green+Blue) = 236+30+155=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1E9B is #13E164. Grayscale: #696969. Windows color (decimal): -1302885 or 10165996. OLE color: 10165996.
HSL color Cylindrical-coordinate representation of color #EC1E9B: hue angle of 323.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1E9B is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 155 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.07 |
| HSL | 323.59º | 0.84% | 0.52% | - |
| HSV(B) | 323.59º | 0.87% | 0.93% | - |
| XYZ | 40.97 | 21.13 | 32.93 | - |
| YUV | 105.84 | 155.75 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 155 | 0 | 0.87 | 0.34 | 0.07 | 323.59 | 0.84 | 0.52 |
| Hex | EC | 1E | 9B | 0 | 57 | 22 | 7 | 144 | 54 | 34 |
| Octal | 354 | 36 | 233 | 0 | 127 | 42 | 7 | 504 | 124 | 64 |
| Binary | 11101100 | 11110 | 10011011 | 0 | 1010111 | 100010 | 111 | 101000100 | 1010100 | 110100 |
Color Harmonies of #EC1E9B
Complementary color
Monochromatic Colors of #EC1E9B
Black with #EC1E9B
Text Example
Text Example
White with #EC1E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E9B; }
p { color: rgb(236,30,155); }
H1.HeaderClassName
{
color: #EC1E9B;
}
.AnyTagClassName
{
color: #EC1E9B;
}
</style>
background-color css
<style>
a { background-color: #EC1E9B; }
a { background-color: rgb(236,30,155); }
div.DivClassName
{
background-color: #EC1E9B;
}
.BgClassName
{
background-color: #EC1E9B;
}
</style>
border-color css
<style>
span { border-color: #EC1E9B; }
span { border-color: rgb(236,30,155); }
td.TdClassName
{
border-color: #EC1E9B;
}
.TagClassName
{
border-color: #EC1E9B;
}
</style>