Shades of Brilliant Rose #EA44AB
Tints of Brilliant Rose #EA44AB
RGB
CMYK
RGB Variations
Color information
#EA44AB (or 0xEA44AB) is known color: Brilliant Rose. HEX triplet: EA, 44 and AB. RGB value is (234,68,171). Sum of RGB (Red+Green+Blue) = 234+68+171=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA44AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA44AB is #15BB54. Grayscale: #818181. Windows color (decimal): -1424213 or 11224298. OLE color: 11224298.
HSL color Cylindrical-coordinate representation of color #EA44AB: hue angle of 322.77º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA44AB is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 171 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.08 |
| HSL | 322.77º | 0.8% | 0.59% | - |
| HSV(B) | 322.77º | 0.71% | 0.92% | - |
| XYZ | 43.35 | 24.57 | 40.99 | - |
| YUV | 129.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 171 | 0 | 0.71 | 0.27 | 0.08 | 322.77 | 0.8 | 0.59 |
| Hex | EA | 44 | AB | 0 | 47 | 1B | 8 | 143 | 50 | 3B |
| Octal | 352 | 104 | 253 | 0 | 107 | 33 | 10 | 503 | 120 | 73 |
| Binary | 11101010 | 1000100 | 10101011 | 0 | 1000111 | 11011 | 1000 | 101000011 | 1010000 | 111011 |
Color Harmonies of #EA44AB
Complementary color
Monochromatic Colors of #EA44AB
Black with #EA44AB
Text Example
Text Example
White with #EA44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA44AB; }
p { color: rgb(234,68,171); }
H1.HeaderClassName
{
color: #EA44AB;
}
.AnyTagClassName
{
color: #EA44AB;
}
</style>
background-color css
<style>
a { background-color: #EA44AB; }
a { background-color: rgb(234,68,171); }
div.DivClassName
{
background-color: #EA44AB;
}
.BgClassName
{
background-color: #EA44AB;
}
</style>
border-color css
<style>
span { border-color: #EA44AB; }
span { border-color: rgb(234,68,171); }
td.TdClassName
{
border-color: #EA44AB;
}
.TagClassName
{
border-color: #EA44AB;
}
</style>