Shades of Brilliant Rose #EA52AB
Tints of Brilliant Rose #EA52AB
RGB
CMYK
RGB Variations
Color information
#EA52AB (or 0xEA52AB) is known color: Brilliant Rose. HEX triplet: EA, 52 and AB. RGB value is (234,82,171). Sum of RGB (Red+Green+Blue) = 234+82+171=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA52AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA52AB is #15AD54. Grayscale: #898989. Windows color (decimal): -1420629 or 11227882. OLE color: 11227882.
HSL color Cylindrical-coordinate representation of color #EA52AB: hue angle of 324.87º 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 #EA52AB is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 82 | 171 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.08 |
| HSL | 324.87º | 0.78% | 0.62% | - |
| HSV(B) | 324.87º | 0.65% | 0.92% | - |
| XYZ | 44.3 | 26.47 | 41.3 | - |
| YUV | 137.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 171 | 0 | 0.65 | 0.27 | 0.08 | 324.87 | 0.78 | 0.62 |
| Hex | EA | 52 | AB | 0 | 41 | 1B | 8 | 145 | 4E | 3E |
| Octal | 352 | 122 | 253 | 0 | 101 | 33 | 10 | 505 | 116 | 76 |
| Binary | 11101010 | 1010010 | 10101011 | 0 | 1000001 | 11011 | 1000 | 101000101 | 1001110 | 111110 |
Color Harmonies of #EA52AB
Complementary color
Monochromatic Colors of #EA52AB
Black with #EA52AB
Text Example
Text Example
White with #EA52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA52AB; }
p { color: rgb(234,82,171); }
H1.HeaderClassName
{
color: #EA52AB;
}
.AnyTagClassName
{
color: #EA52AB;
}
</style>
background-color css
<style>
a { background-color: #EA52AB; }
a { background-color: rgb(234,82,171); }
div.DivClassName
{
background-color: #EA52AB;
}
.BgClassName
{
background-color: #EA52AB;
}
</style>
border-color css
<style>
span { border-color: #EA52AB; }
span { border-color: rgb(234,82,171); }
td.TdClassName
{
border-color: #EA52AB;
}
.TagClassName
{
border-color: #EA52AB;
}
</style>