Shades of Persian Rose #EC3AB1
Tints of Persian Rose #EC3AB1
RGB
CMYK
RGB Variations
Color information
#EC3AB1 (or 0xEC3AB1) is known color: Persian Rose. HEX triplet: EC, 3A and B1. RGB value is (236,58,177). Sum of RGB (Red+Green+Blue) = 236+58+177=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3AB1 is #13C54E. Grayscale: #7C7C7C. Windows color (decimal): -1295695 or 11614956. OLE color: 11614956.
HSL color Cylindrical-coordinate representation of color #EC3AB1: hue angle of 319.89º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3AB1 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 177 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.07 |
| HSL | 319.89º | 0.82% | 0.58% | - |
| HSV(B) | 319.89º | 0.75% | 0.93% | - |
| XYZ | 44.04 | 24.03 | 43.91 | - |
| YUV | 124.79 | 157.47 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 177 | 0 | 0.75 | 0.25 | 0.07 | 319.89 | 0.82 | 0.58 |
| Hex | EC | 3A | B1 | 0 | 4B | 19 | 7 | 140 | 52 | 3A |
| Octal | 354 | 72 | 261 | 0 | 113 | 31 | 7 | 500 | 122 | 72 |
| Binary | 11101100 | 111010 | 10110001 | 0 | 1001011 | 11001 | 111 | 101000000 | 1010010 | 111010 |
Color Harmonies of #EC3AB1
Complementary color
Monochromatic Colors of #EC3AB1
Black with #EC3AB1
Text Example
Text Example
White with #EC3AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3AB1; }
p { color: rgb(236,58,177); }
H1.HeaderClassName
{
color: #EC3AB1;
}
.AnyTagClassName
{
color: #EC3AB1;
}
</style>
background-color css
<style>
a { background-color: #EC3AB1; }
a { background-color: rgb(236,58,177); }
div.DivClassName
{
background-color: #EC3AB1;
}
.BgClassName
{
background-color: #EC3AB1;
}
</style>
border-color css
<style>
span { border-color: #EC3AB1; }
span { border-color: rgb(236,58,177); }
td.TdClassName
{
border-color: #EC3AB1;
}
.TagClassName
{
border-color: #EC3AB1;
}
</style>