Shades of Brilliant Rose #EA5AAA
Tints of Brilliant Rose #EA5AAA
RGB
CMYK
RGB Variations
Color information
#EA5AAA (or 0xEA5AAA) is known color: Brilliant Rose. HEX triplet: EA, 5A and AA. RGB value is (234,90,170). Sum of RGB (Red+Green+Blue) = 234+90+170=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5AAA is #15A555. Grayscale: #8E8E8E. Windows color (decimal): -1418582 or 11164394. OLE color: 11164394.
HSL color Cylindrical-coordinate representation of color #EA5AAA: hue angle of 326.67º 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 #EA5AAA is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 170 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.08 |
| HSL | 326.67º | 0.77% | 0.64% | - |
| HSV(B) | 326.67º | 0.62% | 0.92% | - |
| XYZ | 44.84 | 27.71 | 41.01 | - |
| YUV | 142.18 | 143.71 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 170 | 0 | 0.62 | 0.27 | 0.08 | 326.67 | 0.77 | 0.64 |
| Hex | EA | 5A | AA | 0 | 3E | 1B | 8 | 147 | 4D | 40 |
| Octal | 352 | 132 | 252 | 0 | 76 | 33 | 10 | 507 | 115 | 100 |
| Binary | 11101010 | 1011010 | 10101010 | 0 | 111110 | 11011 | 1000 | 101000111 | 1001101 | 1000000 |
Color Harmonies of #EA5AAA
Complementary color
Monochromatic Colors of #EA5AAA
Black with #EA5AAA
Text Example
Text Example
White with #EA5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5AAA; }
p { color: rgb(234,90,170); }
H1.HeaderClassName
{
color: #EA5AAA;
}
.AnyTagClassName
{
color: #EA5AAA;
}
</style>
background-color css
<style>
a { background-color: #EA5AAA; }
a { background-color: rgb(234,90,170); }
div.DivClassName
{
background-color: #EA5AAA;
}
.BgClassName
{
background-color: #EA5AAA;
}
</style>
border-color css
<style>
span { border-color: #EA5AAA; }
span { border-color: rgb(234,90,170); }
td.TdClassName
{
border-color: #EA5AAA;
}
.TagClassName
{
border-color: #EA5AAA;
}
</style>