Shades of Brilliant Rose #EA50AB
Tints of Brilliant Rose #EA50AB
RGB
CMYK
RGB Variations
Color information
#EA50AB (or 0xEA50AB) is known color: Brilliant Rose. HEX triplet: EA, 50 and AB. RGB value is (234,80,171). Sum of RGB (Red+Green+Blue) = 234+80+171=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA50AB is #15AF54. Grayscale: #888888. Windows color (decimal): -1421141 or 11227370. OLE color: 11227370.
HSL color Cylindrical-coordinate representation of color #EA50AB: hue angle of 324.55º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA50AB is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 171 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.08 |
| HSL | 324.55º | 0.79% | 0.62% | - |
| HSV(B) | 324.55º | 0.66% | 0.92% | - |
| XYZ | 44.15 | 26.17 | 41.25 | - |
| YUV | 136.42 | 147.52 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 171 | 0 | 0.66 | 0.27 | 0.08 | 324.55 | 0.79 | 0.62 |
| Hex | EA | 50 | AB | 0 | 42 | 1B | 8 | 145 | 4F | 3E |
| Octal | 352 | 120 | 253 | 0 | 102 | 33 | 10 | 505 | 117 | 76 |
| Binary | 11101010 | 1010000 | 10101011 | 0 | 1000010 | 11011 | 1000 | 101000101 | 1001111 | 111110 |
Color Harmonies of #EA50AB
Complementary color
Monochromatic Colors of #EA50AB
Black with #EA50AB
Text Example
Text Example
White with #EA50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA50AB; }
p { color: rgb(234,80,171); }
H1.HeaderClassName
{
color: #EA50AB;
}
.AnyTagClassName
{
color: #EA50AB;
}
</style>
background-color css
<style>
a { background-color: #EA50AB; }
a { background-color: rgb(234,80,171); }
div.DivClassName
{
background-color: #EA50AB;
}
.BgClassName
{
background-color: #EA50AB;
}
</style>
border-color css
<style>
span { border-color: #EA50AB; }
span { border-color: rgb(234,80,171); }
td.TdClassName
{
border-color: #EA50AB;
}
.TagClassName
{
border-color: #EA50AB;
}
</style>