Shades of Persian Rose #EA2AAB
Tints of Persian Rose #EA2AAB
RGB
CMYK
RGB Variations
Color information
#EA2AAB (or 0xEA2AAB) is known color: Persian Rose. HEX triplet: EA, 2A and AB. RGB value is (234,42,171). Sum of RGB (Red+Green+Blue) = 234+42+171=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2AAB is #15D554. Grayscale: #717171. Windows color (decimal): -1430869 or 11217642. OLE color: 11217642.
HSL color Cylindrical-coordinate representation of color #EA2AAB: hue angle of 319.69º 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 #EA2AAB is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 171 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.08 |
| HSL | 319.69º | 0.82% | 0.54% | - |
| HSV(B) | 319.69º | 0.82% | 0.92% | - |
| XYZ | 42.11 | 22.09 | 40.57 | - |
| YUV | 114.11 | 160.11 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 171 | 0 | 0.82 | 0.27 | 0.08 | 319.69 | 0.82 | 0.54 |
| Hex | EA | 2A | AB | 0 | 52 | 1B | 8 | 140 | 52 | 36 |
| Octal | 352 | 52 | 253 | 0 | 122 | 33 | 10 | 500 | 122 | 66 |
| Binary | 11101010 | 101010 | 10101011 | 0 | 1010010 | 11011 | 1000 | 101000000 | 1010010 | 110110 |
Color Harmonies of #EA2AAB
Complementary color
Monochromatic Colors of #EA2AAB
Black with #EA2AAB
Text Example
Text Example
White with #EA2AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2AAB; }
p { color: rgb(234,42,171); }
H1.HeaderClassName
{
color: #EA2AAB;
}
.AnyTagClassName
{
color: #EA2AAB;
}
</style>
background-color css
<style>
a { background-color: #EA2AAB; }
a { background-color: rgb(234,42,171); }
div.DivClassName
{
background-color: #EA2AAB;
}
.BgClassName
{
background-color: #EA2AAB;
}
</style>
border-color css
<style>
span { border-color: #EA2AAB; }
span { border-color: rgb(234,42,171); }
td.TdClassName
{
border-color: #EA2AAB;
}
.TagClassName
{
border-color: #EA2AAB;
}
</style>