Shades of Brilliant Rose #E251A8
Tints of Brilliant Rose #E251A8
RGB
CMYK
RGB Variations
Color information
#E251A8 (or 0xE251A8) is known color: Brilliant Rose. HEX triplet: E2, 51 and A8. RGB value is (226,81,168). Sum of RGB (Red+Green+Blue) = 226+81+168=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E251A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E251A8 is #1DAE57. Grayscale: #868686. Windows color (decimal): -1945176 or 11031010. OLE color: 11031010.
HSL color Cylindrical-coordinate representation of color #E251A8: hue angle of 324º 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 #E251A8 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 168 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.11 |
| HSL | 324º | 0.71% | 0.6% | - |
| HSV(B) | 324º | 0.64% | 0.89% | - |
| XYZ | 41.37 | 24.88 | 39.67 | - |
| YUV | 134.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 168 | 0 | 0.64 | 0.26 | 0.11 | 324 | 0.71 | 0.6 |
| Hex | E2 | 51 | A8 | 0 | 40 | 1A | B | 144 | 47 | 3C |
| Octal | 342 | 121 | 250 | 0 | 100 | 32 | 13 | 504 | 107 | 74 |
| Binary | 11100010 | 1010001 | 10101000 | 0 | 1000000 | 11010 | 1011 | 101000100 | 1000111 | 111100 |
Color Harmonies of #E251A8
Complementary color
Monochromatic Colors of #E251A8
Black with #E251A8
Text Example
Text Example
White with #E251A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E251A8; }
p { color: rgb(226,81,168); }
H1.HeaderClassName
{
color: #E251A8;
}
.AnyTagClassName
{
color: #E251A8;
}
</style>
background-color css
<style>
a { background-color: #E251A8; }
a { background-color: rgb(226,81,168); }
div.DivClassName
{
background-color: #E251A8;
}
.BgClassName
{
background-color: #E251A8;
}
</style>
border-color css
<style>
span { border-color: #E251A8; }
span { border-color: rgb(226,81,168); }
td.TdClassName
{
border-color: #E251A8;
}
.TagClassName
{
border-color: #E251A8;
}
</style>