Shades of Brilliant Rose #EA53A2
Tints of Brilliant Rose #EA53A2
RGB
CMYK
RGB Variations
Color information
#EA53A2 (or 0xEA53A2) is known color: Brilliant Rose. HEX triplet: EA, 53 and A2. RGB value is (234,83,162). Sum of RGB (Red+Green+Blue) = 234+83+162=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA53A2 is #15AC5D. Grayscale: #888888. Windows color (decimal): -1420382 or 10638314. OLE color: 10638314.
HSL color Cylindrical-coordinate representation of color #EA53A2: hue angle of 328.61º 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 #EA53A2 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 162 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.08 |
| HSL | 328.61º | 0.78% | 0.62% | - |
| HSV(B) | 328.61º | 0.65% | 0.92% | - |
| XYZ | 43.55 | 26.29 | 36.96 | - |
| YUV | 137.16 | 142.03 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 162 | 0 | 0.65 | 0.31 | 0.08 | 328.61 | 0.78 | 0.62 |
| Hex | EA | 53 | A2 | 0 | 41 | 1F | 8 | 149 | 4E | 3E |
| Octal | 352 | 123 | 242 | 0 | 101 | 37 | 10 | 511 | 116 | 76 |
| Binary | 11101010 | 1010011 | 10100010 | 0 | 1000001 | 11111 | 1000 | 101001001 | 1001110 | 111110 |
Color Harmonies of #EA53A2
Complementary color
Monochromatic Colors of #EA53A2
Black with #EA53A2
Text Example
Text Example
White with #EA53A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA53A2; }
p { color: rgb(234,83,162); }
H1.HeaderClassName
{
color: #EA53A2;
}
.AnyTagClassName
{
color: #EA53A2;
}
</style>
background-color css
<style>
a { background-color: #EA53A2; }
a { background-color: rgb(234,83,162); }
div.DivClassName
{
background-color: #EA53A2;
}
.BgClassName
{
background-color: #EA53A2;
}
</style>
border-color css
<style>
span { border-color: #EA53A2; }
span { border-color: rgb(234,83,162); }
td.TdClassName
{
border-color: #EA53A2;
}
.TagClassName
{
border-color: #EA53A2;
}
</style>