Shades of Brilliant Rose #EA58B0
Tints of Brilliant Rose #EA58B0
RGB
CMYK
RGB Variations
Color information
#EA58B0 (or 0xEA58B0) is known color: Brilliant Rose. HEX triplet: EA, 58 and B0. RGB value is (234,88,176). Sum of RGB (Red+Green+Blue) = 234+88+176=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA58B0 is #15A74F. Grayscale: #8D8D8D. Windows color (decimal): -1419088 or 11557098. OLE color: 11557098.
HSL color Cylindrical-coordinate representation of color #EA58B0: hue angle of 323.84º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA58B0 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 176 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.08 |
| HSL | 323.84º | 0.78% | 0.63% | - |
| HSV(B) | 323.84º | 0.62% | 0.92% | - |
| XYZ | 45.26 | 27.61 | 44.02 | - |
| YUV | 141.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 176 | 0 | 0.62 | 0.25 | 0.08 | 323.84 | 0.78 | 0.63 |
| Hex | EA | 58 | B0 | 0 | 3E | 19 | 8 | 144 | 4E | 3F |
| Octal | 352 | 130 | 260 | 0 | 76 | 31 | 10 | 504 | 116 | 77 |
| Binary | 11101010 | 1011000 | 10110000 | 0 | 111110 | 11001 | 1000 | 101000100 | 1001110 | 111111 |
Color Harmonies of #EA58B0
Complementary color
Monochromatic Colors of #EA58B0
Black with #EA58B0
Text Example
Text Example
White with #EA58B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA58B0; }
p { color: rgb(234,88,176); }
H1.HeaderClassName
{
color: #EA58B0;
}
.AnyTagClassName
{
color: #EA58B0;
}
</style>
background-color css
<style>
a { background-color: #EA58B0; }
a { background-color: rgb(234,88,176); }
div.DivClassName
{
background-color: #EA58B0;
}
.BgClassName
{
background-color: #EA58B0;
}
</style>
border-color css
<style>
span { border-color: #EA58B0; }
span { border-color: rgb(234,88,176); }
td.TdClassName
{
border-color: #EA58B0;
}
.TagClassName
{
border-color: #EA58B0;
}
</style>