Shades of Brilliant Rose #EA51A2
Tints of Brilliant Rose #EA51A2
RGB
CMYK
RGB Variations
Color information
#EA51A2 (or 0xEA51A2) is known color: Brilliant Rose. HEX triplet: EA, 51 and A2. RGB value is (234,81,162). Sum of RGB (Red+Green+Blue) = 234+81+162=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA51A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA51A2 is #15AE5D. Grayscale: #878787. Windows color (decimal): -1420894 or 10637802. OLE color: 10637802.
HSL color Cylindrical-coordinate representation of color #EA51A2: hue angle of 328.24º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA51A2 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 162 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.08 |
| HSL | 328.24º | 0.78% | 0.62% | - |
| HSV(B) | 328.24º | 0.65% | 0.92% | - |
| XYZ | 43.4 | 25.99 | 36.91 | - |
| YUV | 135.98 | 142.69 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 162 | 0 | 0.65 | 0.31 | 0.08 | 328.24 | 0.78 | 0.62 |
| Hex | EA | 51 | A2 | 0 | 41 | 1F | 8 | 148 | 4E | 3E |
| Octal | 352 | 121 | 242 | 0 | 101 | 37 | 10 | 510 | 116 | 76 |
| Binary | 11101010 | 1010001 | 10100010 | 0 | 1000001 | 11111 | 1000 | 101001000 | 1001110 | 111110 |
Color Harmonies of #EA51A2
Complementary color
Monochromatic Colors of #EA51A2
Black with #EA51A2
Text Example
Text Example
White with #EA51A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA51A2; }
p { color: rgb(234,81,162); }
H1.HeaderClassName
{
color: #EA51A2;
}
.AnyTagClassName
{
color: #EA51A2;
}
</style>
background-color css
<style>
a { background-color: #EA51A2; }
a { background-color: rgb(234,81,162); }
div.DivClassName
{
background-color: #EA51A2;
}
.BgClassName
{
background-color: #EA51A2;
}
</style>
border-color css
<style>
span { border-color: #EA51A2; }
span { border-color: rgb(234,81,162); }
td.TdClassName
{
border-color: #EA51A2;
}
.TagClassName
{
border-color: #EA51A2;
}
</style>