Shades of Persian Rose #EA2CAB
Tints of Persian Rose #EA2CAB
RGB
CMYK
RGB Variations
Color information
#EA2CAB (or 0xEA2CAB) is known color: Persian Rose. HEX triplet: EA, 2C and AB. RGB value is (234,44,171). Sum of RGB (Red+Green+Blue) = 234+44+171=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2CAB is #15D354. Grayscale: #727272. Windows color (decimal): -1430357 or 11218154. OLE color: 11218154.
HSL color Cylindrical-coordinate representation of color #EA2CAB: hue angle of 319.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2CAB is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 171 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.08 |
| HSL | 319.89º | 0.82% | 0.55% | - |
| HSV(B) | 319.89º | 0.81% | 0.92% | - |
| XYZ | 42.18 | 22.23 | 40.6 | - |
| YUV | 115.29 | 159.45 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 171 | 0 | 0.81 | 0.27 | 0.08 | 319.89 | 0.82 | 0.55 |
| Hex | EA | 2C | AB | 0 | 51 | 1B | 8 | 140 | 52 | 37 |
| Octal | 352 | 54 | 253 | 0 | 121 | 33 | 10 | 500 | 122 | 67 |
| Binary | 11101010 | 101100 | 10101011 | 0 | 1010001 | 11011 | 1000 | 101000000 | 1010010 | 110111 |
Color Harmonies of #EA2CAB
Complementary color
Monochromatic Colors of #EA2CAB
Black with #EA2CAB
Text Example
Text Example
White with #EA2CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2CAB; }
p { color: rgb(234,44,171); }
H1.HeaderClassName
{
color: #EA2CAB;
}
.AnyTagClassName
{
color: #EA2CAB;
}
</style>
background-color css
<style>
a { background-color: #EA2CAB; }
a { background-color: rgb(234,44,171); }
div.DivClassName
{
background-color: #EA2CAB;
}
.BgClassName
{
background-color: #EA2CAB;
}
</style>
border-color css
<style>
span { border-color: #EA2CAB; }
span { border-color: rgb(234,44,171); }
td.TdClassName
{
border-color: #EA2CAB;
}
.TagClassName
{
border-color: #EA2CAB;
}
</style>