Shades of Brilliant Rose #EA5DAA
Tints of Brilliant Rose #EA5DAA
RGB
CMYK
RGB Variations
Color information
#EA5DAA (or 0xEA5DAA) is known color: Brilliant Rose. HEX triplet: EA, 5D and AA. RGB value is (234,93,170). Sum of RGB (Red+Green+Blue) = 234+93+170=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5DAA is #15A255. Grayscale: #8F8F8F. Windows color (decimal): -1417814 or 11165162. OLE color: 11165162.
HSL color Cylindrical-coordinate representation of color #EA5DAA: hue angle of 327.23º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5DAA is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 170 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.08 |
| HSL | 327.23º | 0.77% | 0.64% | - |
| HSV(B) | 327.23º | 0.6% | 0.92% | - |
| XYZ | 45.1 | 28.22 | 41.1 | - |
| YUV | 143.94 | 142.71 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 170 | 0 | 0.60 | 0.27 | 0.08 | 327.23 | 0.77 | 0.64 |
| Hex | EA | 5D | AA | 0 | 3C | 1B | 8 | 147 | 4D | 40 |
| Octal | 352 | 135 | 252 | 0 | 74 | 33 | 10 | 507 | 115 | 100 |
| Binary | 11101010 | 1011101 | 10101010 | 0 | 111100 | 11011 | 1000 | 101000111 | 1001101 | 1000000 |
Color Harmonies of #EA5DAA
Complementary color
Monochromatic Colors of #EA5DAA
Black with #EA5DAA
Text Example
Text Example
White with #EA5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5DAA; }
p { color: rgb(234,93,170); }
H1.HeaderClassName
{
color: #EA5DAA;
}
.AnyTagClassName
{
color: #EA5DAA;
}
</style>
background-color css
<style>
a { background-color: #EA5DAA; }
a { background-color: rgb(234,93,170); }
div.DivClassName
{
background-color: #EA5DAA;
}
.BgClassName
{
background-color: #EA5DAA;
}
</style>
border-color css
<style>
span { border-color: #EA5DAA; }
span { border-color: rgb(234,93,170); }
td.TdClassName
{
border-color: #EA5DAA;
}
.TagClassName
{
border-color: #EA5DAA;
}
</style>