Shades of Brilliant Rose #EA5CAA
Tints of Brilliant Rose #EA5CAA
RGB
CMYK
RGB Variations
Color information
#EA5CAA (or 0xEA5CAA) is known color: Brilliant Rose. HEX triplet: EA, 5C and AA. RGB value is (234,92,170). Sum of RGB (Red+Green+Blue) = 234+92+170=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5CAA is #15A355. Grayscale: #8F8F8F. Windows color (decimal): -1418070 or 11164906. OLE color: 11164906.
HSL color Cylindrical-coordinate representation of color #EA5CAA: hue angle of 327.04º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5CAA is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 170 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.08 |
| HSL | 327.04º | 0.77% | 0.64% | - |
| HSV(B) | 327.04º | 0.61% | 0.92% | - |
| XYZ | 45.01 | 28.05 | 41.07 | - |
| YUV | 143.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 170 | 0 | 0.61 | 0.27 | 0.08 | 327.04 | 0.77 | 0.64 |
| Hex | EA | 5C | AA | 0 | 3D | 1B | 8 | 147 | 4D | 40 |
| Octal | 352 | 134 | 252 | 0 | 75 | 33 | 10 | 507 | 115 | 100 |
| Binary | 11101010 | 1011100 | 10101010 | 0 | 111101 | 11011 | 1000 | 101000111 | 1001101 | 1000000 |
Color Harmonies of #EA5CAA
Complementary color
Monochromatic Colors of #EA5CAA
Black with #EA5CAA
Text Example
Text Example
White with #EA5CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5CAA; }
p { color: rgb(234,92,170); }
H1.HeaderClassName
{
color: #EA5CAA;
}
.AnyTagClassName
{
color: #EA5CAA;
}
</style>
background-color css
<style>
a { background-color: #EA5CAA; }
a { background-color: rgb(234,92,170); }
div.DivClassName
{
background-color: #EA5CAA;
}
.BgClassName
{
background-color: #EA5CAA;
}
</style>
border-color css
<style>
span { border-color: #EA5CAA; }
span { border-color: rgb(234,92,170); }
td.TdClassName
{
border-color: #EA5CAA;
}
.TagClassName
{
border-color: #EA5CAA;
}
</style>