Shades of Persian Rose #EA2AA2
Tints of Persian Rose #EA2AA2
RGB
CMYK
RGB Variations
Color information
#EA2AA2 (or 0xEA2AA2) is known color: Persian Rose. HEX triplet: EA, 2A and A2. RGB value is (234,42,162). Sum of RGB (Red+Green+Blue) = 234+42+162=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2AA2 is #15D55D. Grayscale: #707070. Windows color (decimal): -1430878 or 10627818. OLE color: 10627818.
HSL color Cylindrical-coordinate representation of color #EA2AA2: hue angle of 322.5º 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 #EA2AA2 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 162 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.08 |
| HSL | 322.5º | 0.82% | 0.54% | - |
| HSV(B) | 322.5º | 0.82% | 0.92% | - |
| XYZ | 41.28 | 21.76 | 36.21 | - |
| YUV | 113.09 | 155.61 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 162 | 0 | 0.82 | 0.31 | 0.08 | 322.5 | 0.82 | 0.54 |
| Hex | EA | 2A | A2 | 0 | 52 | 1F | 8 | 142 | 52 | 36 |
| Octal | 352 | 52 | 242 | 0 | 122 | 37 | 10 | 502 | 122 | 66 |
| Binary | 11101010 | 101010 | 10100010 | 0 | 1010010 | 11111 | 1000 | 101000010 | 1010010 | 110110 |
Color Harmonies of #EA2AA2
Complementary color
Monochromatic Colors of #EA2AA2
Black with #EA2AA2
Text Example
Text Example
White with #EA2AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2AA2; }
p { color: rgb(234,42,162); }
H1.HeaderClassName
{
color: #EA2AA2;
}
.AnyTagClassName
{
color: #EA2AA2;
}
</style>
background-color css
<style>
a { background-color: #EA2AA2; }
a { background-color: rgb(234,42,162); }
div.DivClassName
{
background-color: #EA2AA2;
}
.BgClassName
{
background-color: #EA2AA2;
}
</style>
border-color css
<style>
span { border-color: #EA2AA2; }
span { border-color: rgb(234,42,162); }
td.TdClassName
{
border-color: #EA2AA2;
}
.TagClassName
{
border-color: #EA2AA2;
}
</style>