Shades of Brilliant Rose #EA52B5
Tints of Brilliant Rose #EA52B5
RGB
CMYK
RGB Variations
Color information
#EA52B5 (or 0xEA52B5) is known color: Brilliant Rose. HEX triplet: EA, 52 and B5. RGB value is (234,82,181). Sum of RGB (Red+Green+Blue) = 234+82+181=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA52B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA52B5 is #15AD4A. Grayscale: #8A8A8A. Windows color (decimal): -1420619 or 11883242. OLE color: 11883242.
HSL color Cylindrical-coordinate representation of color #EA52B5: hue angle of 320.92º 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 #EA52B5 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 82 | 181 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.08 |
| HSL | 320.92º | 0.78% | 0.62% | - |
| HSV(B) | 320.92º | 0.65% | 0.92% | - |
| XYZ | 45.29 | 26.86 | 46.51 | - |
| YUV | 138.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 181 | 0 | 0.65 | 0.23 | 0.08 | 320.92 | 0.78 | 0.62 |
| Hex | EA | 52 | B5 | 0 | 41 | 17 | 8 | 141 | 4E | 3E |
| Octal | 352 | 122 | 265 | 0 | 101 | 27 | 10 | 501 | 116 | 76 |
| Binary | 11101010 | 1010010 | 10110101 | 0 | 1000001 | 10111 | 1000 | 101000001 | 1001110 | 111110 |
Color Harmonies of #EA52B5
Complementary color
Monochromatic Colors of #EA52B5
Black with #EA52B5
Text Example
Text Example
White with #EA52B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA52B5; }
p { color: rgb(234,82,181); }
H1.HeaderClassName
{
color: #EA52B5;
}
.AnyTagClassName
{
color: #EA52B5;
}
</style>
background-color css
<style>
a { background-color: #EA52B5; }
a { background-color: rgb(234,82,181); }
div.DivClassName
{
background-color: #EA52B5;
}
.BgClassName
{
background-color: #EA52B5;
}
</style>
border-color css
<style>
span { border-color: #EA52B5; }
span { border-color: rgb(234,82,181); }
td.TdClassName
{
border-color: #EA52B5;
}
.TagClassName
{
border-color: #EA52B5;
}
</style>