Shades of Brilliant Rose #EA489E
Tints of Brilliant Rose #EA489E
RGB
CMYK
RGB Variations
Color information
#EA489E (or 0xEA489E) is known color: Brilliant Rose. HEX triplet: EA, 48 and 9E. RGB value is (234,72,158). Sum of RGB (Red+Green+Blue) = 234+72+158=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA489E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA489E is #15B761. Grayscale: #828282. Windows color (decimal): -1423202 or 10373354. OLE color: 10373354.
HSL color Cylindrical-coordinate representation of color #EA489E: hue angle of 328.15º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA489E is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 158 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.08 |
| HSL | 328.15º | 0.79% | 0.6% | - |
| HSV(B) | 328.15º | 0.69% | 0.92% | - |
| XYZ | 42.42 | 24.6 | 34.86 | - |
| YUV | 130.24 | 143.67 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 158 | 0 | 0.69 | 0.32 | 0.08 | 328.15 | 0.79 | 0.6 |
| Hex | EA | 48 | 9E | 0 | 45 | 20 | 8 | 148 | 4F | 3C |
| Octal | 352 | 110 | 236 | 0 | 105 | 40 | 10 | 510 | 117 | 74 |
| Binary | 11101010 | 1001000 | 10011110 | 0 | 1000101 | 100000 | 1000 | 101001000 | 1001111 | 111100 |
Color Harmonies of #EA489E
Complementary color
Monochromatic Colors of #EA489E
Black with #EA489E
Text Example
Text Example
White with #EA489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA489E; }
p { color: rgb(234,72,158); }
H1.HeaderClassName
{
color: #EA489E;
}
.AnyTagClassName
{
color: #EA489E;
}
</style>
background-color css
<style>
a { background-color: #EA489E; }
a { background-color: rgb(234,72,158); }
div.DivClassName
{
background-color: #EA489E;
}
.BgClassName
{
background-color: #EA489E;
}
</style>
border-color css
<style>
span { border-color: #EA489E; }
span { border-color: rgb(234,72,158); }
td.TdClassName
{
border-color: #EA489E;
}
.TagClassName
{
border-color: #EA489E;
}
</style>