Shades of Brilliant Rose #EA58A1
Tints of Brilliant Rose #EA58A1
RGB
CMYK
RGB Variations
Color information
#EA58A1 (or 0xEA58A1) is known color: Brilliant Rose. HEX triplet: EA, 58 and A1. RGB value is (234,88,161). Sum of RGB (Red+Green+Blue) = 234+88+161=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA58A1 is #15A75E. Grayscale: #8B8B8B. Windows color (decimal): -1419103 or 10574058. OLE color: 10574058.
HSL color Cylindrical-coordinate representation of color #EA58A1: hue angle of 330º 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 #EA58A1 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 161 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.08 |
| HSL | 330º | 0.78% | 0.63% | - |
| HSV(B) | 330º | 0.62% | 0.92% | - |
| XYZ | 43.85 | 27.05 | 36.63 | - |
| YUV | 139.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 161 | 0 | 0.62 | 0.31 | 0.08 | 330 | 0.78 | 0.63 |
| Hex | EA | 58 | A1 | 0 | 3E | 1F | 8 | 14A | 4E | 3F |
| Octal | 352 | 130 | 241 | 0 | 76 | 37 | 10 | 512 | 116 | 77 |
| Binary | 11101010 | 1011000 | 10100001 | 0 | 111110 | 11111 | 1000 | 101001010 | 1001110 | 111111 |
Color Harmonies of #EA58A1
Complementary color
Monochromatic Colors of #EA58A1
Black with #EA58A1
Text Example
Text Example
White with #EA58A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA58A1; }
p { color: rgb(234,88,161); }
H1.HeaderClassName
{
color: #EA58A1;
}
.AnyTagClassName
{
color: #EA58A1;
}
</style>
background-color css
<style>
a { background-color: #EA58A1; }
a { background-color: rgb(234,88,161); }
div.DivClassName
{
background-color: #EA58A1;
}
.BgClassName
{
background-color: #EA58A1;
}
</style>
border-color css
<style>
span { border-color: #EA58A1; }
span { border-color: rgb(234,88,161); }
td.TdClassName
{
border-color: #EA58A1;
}
.TagClassName
{
border-color: #EA58A1;
}
</style>