Shades of Brilliant Rose #E25AAB
Tints of Brilliant Rose #E25AAB
RGB
CMYK
RGB Variations
Color information
#E25AAB (or 0xE25AAB) is known color: Brilliant Rose. HEX triplet: E2, 5A and AB. RGB value is (226,90,171). Sum of RGB (Red+Green+Blue) = 226+90+171=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E25AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25AAB is #1DA554. Grayscale: #8B8B8B. Windows color (decimal): -1942869 or 11229922. OLE color: 11229922.
HSL color Cylindrical-coordinate representation of color #E25AAB: hue angle of 324.26º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25AAB is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 171 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.11 |
| HSL | 324.26º | 0.7% | 0.62% | - |
| HSV(B) | 324.26º | 0.6% | 0.89% | - |
| XYZ | 42.37 | 26.42 | 41.39 | - |
| YUV | 139.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 171 | 0 | 0.60 | 0.24 | 0.11 | 324.26 | 0.7 | 0.62 |
| Hex | E2 | 5A | AB | 0 | 3C | 18 | B | 144 | 46 | 3E |
| Octal | 342 | 132 | 253 | 0 | 74 | 30 | 13 | 504 | 106 | 76 |
| Binary | 11100010 | 1011010 | 10101011 | 0 | 111100 | 11000 | 1011 | 101000100 | 1000110 | 111110 |
Color Harmonies of #E25AAB
Complementary color
Monochromatic Colors of #E25AAB
Black with #E25AAB
Text Example
Text Example
White with #E25AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25AAB; }
p { color: rgb(226,90,171); }
H1.HeaderClassName
{
color: #E25AAB;
}
.AnyTagClassName
{
color: #E25AAB;
}
</style>
background-color css
<style>
a { background-color: #E25AAB; }
a { background-color: rgb(226,90,171); }
div.DivClassName
{
background-color: #E25AAB;
}
.BgClassName
{
background-color: #E25AAB;
}
</style>
border-color css
<style>
span { border-color: #E25AAB; }
span { border-color: rgb(226,90,171); }
td.TdClassName
{
border-color: #E25AAB;
}
.TagClassName
{
border-color: #E25AAB;
}
</style>