Shades of Brilliant Rose #EA49AB
Tints of Brilliant Rose #EA49AB
RGB
CMYK
RGB Variations
Color information
#EA49AB (or 0xEA49AB) is known color: Brilliant Rose. HEX triplet: EA, 49 and AB. RGB value is (234,73,171). Sum of RGB (Red+Green+Blue) = 234+73+171=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA49AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA49AB is #15B654. Grayscale: #848484. Windows color (decimal): -1422933 or 11225578. OLE color: 11225578.
HSL color Cylindrical-coordinate representation of color #EA49AB: hue angle of 323.48º 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 #EA49AB is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 171 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.08 |
| HSL | 323.48º | 0.79% | 0.6% | - |
| HSV(B) | 323.48º | 0.69% | 0.92% | - |
| XYZ | 43.66 | 25.2 | 41.09 | - |
| YUV | 132.31 | 149.84 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 171 | 0 | 0.69 | 0.27 | 0.08 | 323.48 | 0.79 | 0.6 |
| Hex | EA | 49 | AB | 0 | 45 | 1B | 8 | 143 | 4F | 3C |
| Octal | 352 | 111 | 253 | 0 | 105 | 33 | 10 | 503 | 117 | 74 |
| Binary | 11101010 | 1001001 | 10101011 | 0 | 1000101 | 11011 | 1000 | 101000011 | 1001111 | 111100 |
Color Harmonies of #EA49AB
Complementary color
Monochromatic Colors of #EA49AB
Black with #EA49AB
Text Example
Text Example
White with #EA49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA49AB; }
p { color: rgb(234,73,171); }
H1.HeaderClassName
{
color: #EA49AB;
}
.AnyTagClassName
{
color: #EA49AB;
}
</style>
background-color css
<style>
a { background-color: #EA49AB; }
a { background-color: rgb(234,73,171); }
div.DivClassName
{
background-color: #EA49AB;
}
.BgClassName
{
background-color: #EA49AB;
}
</style>
border-color css
<style>
span { border-color: #EA49AB; }
span { border-color: rgb(234,73,171); }
td.TdClassName
{
border-color: #EA49AB;
}
.TagClassName
{
border-color: #EA49AB;
}
</style>