Shades of Brilliant Rose #EA50A1
Tints of Brilliant Rose #EA50A1
RGB
CMYK
RGB Variations
Color information
#EA50A1 (or 0xEA50A1) is known color: Brilliant Rose. HEX triplet: EA, 50 and A1. RGB value is (234,80,161). Sum of RGB (Red+Green+Blue) = 234+80+161=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA50A1 is #15AF5E. Grayscale: #878787. Windows color (decimal): -1421151 or 10572010. OLE color: 10572010.
HSL color Cylindrical-coordinate representation of color #EA50A1: hue angle of 328.44º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA50A1 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 161 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.08 |
| HSL | 328.44º | 0.79% | 0.62% | - |
| HSV(B) | 328.44º | 0.66% | 0.92% | - |
| XYZ | 43.23 | 25.8 | 36.42 | - |
| YUV | 135.28 | 142.52 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 161 | 0 | 0.66 | 0.31 | 0.08 | 328.44 | 0.79 | 0.62 |
| Hex | EA | 50 | A1 | 0 | 42 | 1F | 8 | 148 | 4F | 3E |
| Octal | 352 | 120 | 241 | 0 | 102 | 37 | 10 | 510 | 117 | 76 |
| Binary | 11101010 | 1010000 | 10100001 | 0 | 1000010 | 11111 | 1000 | 101001000 | 1001111 | 111110 |
Color Harmonies of #EA50A1
Complementary color
Monochromatic Colors of #EA50A1
Black with #EA50A1
Text Example
Text Example
White with #EA50A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA50A1; }
p { color: rgb(234,80,161); }
H1.HeaderClassName
{
color: #EA50A1;
}
.AnyTagClassName
{
color: #EA50A1;
}
</style>
background-color css
<style>
a { background-color: #EA50A1; }
a { background-color: rgb(234,80,161); }
div.DivClassName
{
background-color: #EA50A1;
}
.BgClassName
{
background-color: #EA50A1;
}
</style>
border-color css
<style>
span { border-color: #EA50A1; }
span { border-color: rgb(234,80,161); }
td.TdClassName
{
border-color: #EA50A1;
}
.TagClassName
{
border-color: #EA50A1;
}
</style>