Shades of Brilliant Rose #EA55A8
Tints of Brilliant Rose #EA55A8
RGB
CMYK
RGB Variations
Color information
#EA55A8 (or 0xEA55A8) is known color: Brilliant Rose. HEX triplet: EA, 55 and A8. RGB value is (234,85,168). Sum of RGB (Red+Green+Blue) = 234+85+168=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55A8 is #15AA57. Grayscale: #8A8A8A. Windows color (decimal): -1419864 or 11032042. OLE color: 11032042.
HSL color Cylindrical-coordinate representation of color #EA55A8: hue angle of 326.58º 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 #EA55A8 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 168 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.08 |
| HSL | 326.58º | 0.78% | 0.63% | - |
| HSV(B) | 326.58º | 0.64% | 0.92% | - |
| XYZ | 44.25 | 26.82 | 39.89 | - |
| YUV | 139.01 | 144.36 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 168 | 0 | 0.64 | 0.28 | 0.08 | 326.58 | 0.78 | 0.63 |
| Hex | EA | 55 | A8 | 0 | 40 | 1C | 8 | 147 | 4E | 3F |
| Octal | 352 | 125 | 250 | 0 | 100 | 34 | 10 | 507 | 116 | 77 |
| Binary | 11101010 | 1010101 | 10101000 | 0 | 1000000 | 11100 | 1000 | 101000111 | 1001110 | 111111 |
Color Harmonies of #EA55A8
Complementary color
Monochromatic Colors of #EA55A8
Black with #EA55A8
Text Example
Text Example
White with #EA55A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA55A8; }
p { color: rgb(234,85,168); }
H1.HeaderClassName
{
color: #EA55A8;
}
.AnyTagClassName
{
color: #EA55A8;
}
</style>
background-color css
<style>
a { background-color: #EA55A8; }
a { background-color: rgb(234,85,168); }
div.DivClassName
{
background-color: #EA55A8;
}
.BgClassName
{
background-color: #EA55A8;
}
</style>
border-color css
<style>
span { border-color: #EA55A8; }
span { border-color: rgb(234,85,168); }
td.TdClassName
{
border-color: #EA55A8;
}
.TagClassName
{
border-color: #EA55A8;
}
</style>