Shades of Persian Rose #EA2EA2
Tints of Persian Rose #EA2EA2
RGB
CMYK
RGB Variations
Color information
#EA2EA2 (or 0xEA2EA2) is known color: Persian Rose. HEX triplet: EA, 2E and A2. RGB value is (234,46,162). Sum of RGB (Red+Green+Blue) = 234+46+162=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2EA2 is #15D15D. Grayscale: #737373. Windows color (decimal): -1429854 or 10628842. OLE color: 10628842.
HSL color Cylindrical-coordinate representation of color #EA2EA2: hue angle of 322.98º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2EA2 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 162 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.08 |
| HSL | 322.98º | 0.82% | 0.55% | - |
| HSV(B) | 322.98º | 0.8% | 0.92% | - |
| XYZ | 41.43 | 22.06 | 36.26 | - |
| YUV | 115.44 | 154.28 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 162 | 0 | 0.80 | 0.31 | 0.08 | 322.98 | 0.82 | 0.55 |
| Hex | EA | 2E | A2 | 0 | 50 | 1F | 8 | 143 | 52 | 37 |
| Octal | 352 | 56 | 242 | 0 | 120 | 37 | 10 | 503 | 122 | 67 |
| Binary | 11101010 | 101110 | 10100010 | 0 | 1010000 | 11111 | 1000 | 101000011 | 1010010 | 110111 |
Color Harmonies of #EA2EA2
Complementary color
Monochromatic Colors of #EA2EA2
Black with #EA2EA2
Text Example
Text Example
White with #EA2EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2EA2; }
p { color: rgb(234,46,162); }
H1.HeaderClassName
{
color: #EA2EA2;
}
.AnyTagClassName
{
color: #EA2EA2;
}
</style>
background-color css
<style>
a { background-color: #EA2EA2; }
a { background-color: rgb(234,46,162); }
div.DivClassName
{
background-color: #EA2EA2;
}
.BgClassName
{
background-color: #EA2EA2;
}
</style>
border-color css
<style>
span { border-color: #EA2EA2; }
span { border-color: rgb(234,46,162); }
td.TdClassName
{
border-color: #EA2EA2;
}
.TagClassName
{
border-color: #EA2EA2;
}
</style>