Shades of Brilliant Rose #E252AB
Tints of Brilliant Rose #E252AB
RGB
CMYK
RGB Variations
Color information
#E252AB (or 0xE252AB) is known color: Brilliant Rose. HEX triplet: E2, 52 and AB. RGB value is (226,82,171). Sum of RGB (Red+Green+Blue) = 226+82+171=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E252AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E252AB is #1DAD54. Grayscale: #868686. Windows color (decimal): -1944917 or 11227874. OLE color: 11227874.
HSL color Cylindrical-coordinate representation of color #E252AB: hue angle of 322.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E252AB is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 171 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.11 |
| HSL | 322.92º | 0.71% | 0.6% | - |
| HSV(B) | 322.92º | 0.64% | 0.89% | - |
| XYZ | 41.73 | 25.14 | 41.18 | - |
| YUV | 135.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 171 | 0 | 0.64 | 0.24 | 0.11 | 322.92 | 0.71 | 0.6 |
| Hex | E2 | 52 | AB | 0 | 40 | 18 | B | 143 | 47 | 3C |
| Octal | 342 | 122 | 253 | 0 | 100 | 30 | 13 | 503 | 107 | 74 |
| Binary | 11100010 | 1010010 | 10101011 | 0 | 1000000 | 11000 | 1011 | 101000011 | 1000111 | 111100 |
Color Harmonies of #E252AB
Complementary color
Monochromatic Colors of #E252AB
Black with #E252AB
Text Example
Text Example
White with #E252AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E252AB; }
p { color: rgb(226,82,171); }
H1.HeaderClassName
{
color: #E252AB;
}
.AnyTagClassName
{
color: #E252AB;
}
</style>
background-color css
<style>
a { background-color: #E252AB; }
a { background-color: rgb(226,82,171); }
div.DivClassName
{
background-color: #E252AB;
}
.BgClassName
{
background-color: #E252AB;
}
</style>
border-color css
<style>
span { border-color: #E252AB; }
span { border-color: rgb(226,82,171); }
td.TdClassName
{
border-color: #E252AB;
}
.TagClassName
{
border-color: #E252AB;
}
</style>