Shades of Brilliant Rose #EA5AAB
Tints of Brilliant Rose #EA5AAB
RGB
CMYK
RGB Variations
Color information
#EA5AAB (or 0xEA5AAB) is known color: Brilliant Rose. HEX triplet: EA, 5A and AB. RGB value is (234,90,171). Sum of RGB (Red+Green+Blue) = 234+90+171=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5AAB is #15A554. Grayscale: #8E8E8E. Windows color (decimal): -1418581 or 11229930. OLE color: 11229930.
HSL color Cylindrical-coordinate representation of color #EA5AAB: hue angle of 326.25º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5AAB is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 171 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.08 |
| HSL | 326.25º | 0.77% | 0.64% | - |
| HSV(B) | 326.25º | 0.62% | 0.92% | - |
| XYZ | 44.94 | 27.75 | 41.51 | - |
| YUV | 142.29 | 144.21 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 171 | 0 | 0.62 | 0.27 | 0.08 | 326.25 | 0.77 | 0.64 |
| Hex | EA | 5A | AB | 0 | 3E | 1B | 8 | 146 | 4D | 40 |
| Octal | 352 | 132 | 253 | 0 | 76 | 33 | 10 | 506 | 115 | 100 |
| Binary | 11101010 | 1011010 | 10101011 | 0 | 111110 | 11011 | 1000 | 101000110 | 1001101 | 1000000 |
Color Harmonies of #EA5AAB
Complementary color
Monochromatic Colors of #EA5AAB
Black with #EA5AAB
Text Example
Text Example
White with #EA5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5AAB; }
p { color: rgb(234,90,171); }
H1.HeaderClassName
{
color: #EA5AAB;
}
.AnyTagClassName
{
color: #EA5AAB;
}
</style>
background-color css
<style>
a { background-color: #EA5AAB; }
a { background-color: rgb(234,90,171); }
div.DivClassName
{
background-color: #EA5AAB;
}
.BgClassName
{
background-color: #EA5AAB;
}
</style>
border-color css
<style>
span { border-color: #EA5AAB; }
span { border-color: rgb(234,90,171); }
td.TdClassName
{
border-color: #EA5AAB;
}
.TagClassName
{
border-color: #EA5AAB;
}
</style>