Shades of Brilliant Rose #EA55A2
Tints of Brilliant Rose #EA55A2
RGB
CMYK
RGB Variations
Color information
#EA55A2 (or 0xEA55A2) is known color: Brilliant Rose. HEX triplet: EA, 55 and A2. RGB value is (234,85,162). Sum of RGB (Red+Green+Blue) = 234+85+162=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55A2 is #15AA5D. Grayscale: #8A8A8A. Windows color (decimal): -1419870 or 10638826. OLE color: 10638826.
HSL color Cylindrical-coordinate representation of color #EA55A2: hue angle of 328.99º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA55A2 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 162 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.08 |
| HSL | 328.99º | 0.78% | 0.63% | - |
| HSV(B) | 328.99º | 0.64% | 0.92% | - |
| XYZ | 43.7 | 26.6 | 37.01 | - |
| YUV | 138.33 | 141.36 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 162 | 0 | 0.64 | 0.31 | 0.08 | 328.99 | 0.78 | 0.63 |
| Hex | EA | 55 | A2 | 0 | 40 | 1F | 8 | 149 | 4E | 3F |
| Octal | 352 | 125 | 242 | 0 | 100 | 37 | 10 | 511 | 116 | 77 |
| Binary | 11101010 | 1010101 | 10100010 | 0 | 1000000 | 11111 | 1000 | 101001001 | 1001110 | 111111 |
Color Harmonies of #EA55A2
Complementary color
Monochromatic Colors of #EA55A2
Black with #EA55A2
Text Example
Text Example
White with #EA55A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA55A2; }
p { color: rgb(234,85,162); }
H1.HeaderClassName
{
color: #EA55A2;
}
.AnyTagClassName
{
color: #EA55A2;
}
</style>
background-color css
<style>
a { background-color: #EA55A2; }
a { background-color: rgb(234,85,162); }
div.DivClassName
{
background-color: #EA55A2;
}
.BgClassName
{
background-color: #EA55A2;
}
</style>
border-color css
<style>
span { border-color: #EA55A2; }
span { border-color: rgb(234,85,162); }
td.TdClassName
{
border-color: #EA55A2;
}
.TagClassName
{
border-color: #EA55A2;
}
</style>