Shades of Persian Rose #EA2BAC
Tints of Persian Rose #EA2BAC
RGB
CMYK
RGB Variations
Color information
#EA2BAC (or 0xEA2BAC) is known color: Persian Rose. HEX triplet: EA, 2B and AC. RGB value is (234,43,172). Sum of RGB (Red+Green+Blue) = 234+43+172=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2BAC is #15D453. Grayscale: #727272. Windows color (decimal): -1430612 or 11283434. OLE color: 11283434.
HSL color Cylindrical-coordinate representation of color #EA2BAC: hue angle of 319.48º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2BAC is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 172 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.08 |
| HSL | 319.48º | 0.82% | 0.54% | - |
| HSV(B) | 319.48º | 0.82% | 0.92% | - |
| XYZ | 42.24 | 22.2 | 41.09 | - |
| YUV | 114.82 | 160.28 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 172 | 0 | 0.82 | 0.26 | 0.08 | 319.48 | 0.82 | 0.54 |
| Hex | EA | 2B | AC | 0 | 52 | 1A | 8 | 13F | 52 | 36 |
| Octal | 352 | 53 | 254 | 0 | 122 | 32 | 10 | 477 | 122 | 66 |
| Binary | 11101010 | 101011 | 10101100 | 0 | 1010010 | 11010 | 1000 | 100111111 | 1010010 | 110110 |
Color Harmonies of #EA2BAC
Complementary color
Monochromatic Colors of #EA2BAC
Black with #EA2BAC
Text Example
Text Example
White with #EA2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2BAC; }
p { color: rgb(234,43,172); }
H1.HeaderClassName
{
color: #EA2BAC;
}
.AnyTagClassName
{
color: #EA2BAC;
}
</style>
background-color css
<style>
a { background-color: #EA2BAC; }
a { background-color: rgb(234,43,172); }
div.DivClassName
{
background-color: #EA2BAC;
}
.BgClassName
{
background-color: #EA2BAC;
}
</style>
border-color css
<style>
span { border-color: #EA2BAC; }
span { border-color: rgb(234,43,172); }
td.TdClassName
{
border-color: #EA2BAC;
}
.TagClassName
{
border-color: #EA2BAC;
}
</style>