Shades of Brilliant Rose #E258AB
Tints of Brilliant Rose #E258AB
RGB
CMYK
RGB Variations
Color information
#E258AB (or 0xE258AB) is known color: Brilliant Rose. HEX triplet: E2, 58 and AB. RGB value is (226,88,171). Sum of RGB (Red+Green+Blue) = 226+88+171=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E258AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E258AB is #1DA754. Grayscale: #8A8A8A. Windows color (decimal): -1943381 or 11229410. OLE color: 11229410.
HSL color Cylindrical-coordinate representation of color #E258AB: hue angle of 323.91º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E258AB is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 171 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.11 |
| HSL | 323.91º | 0.7% | 0.62% | - |
| HSV(B) | 323.91º | 0.61% | 0.89% | - |
| XYZ | 42.2 | 26.09 | 41.34 | - |
| YUV | 138.72 | 146.22 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 171 | 0 | 0.61 | 0.24 | 0.11 | 323.91 | 0.7 | 0.62 |
| Hex | E2 | 58 | AB | 0 | 3D | 18 | B | 144 | 46 | 3E |
| Octal | 342 | 130 | 253 | 0 | 75 | 30 | 13 | 504 | 106 | 76 |
| Binary | 11100010 | 1011000 | 10101011 | 0 | 111101 | 11000 | 1011 | 101000100 | 1000110 | 111110 |
Color Harmonies of #E258AB
Complementary color
Monochromatic Colors of #E258AB
Black with #E258AB
Text Example
Text Example
White with #E258AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E258AB; }
p { color: rgb(226,88,171); }
H1.HeaderClassName
{
color: #E258AB;
}
.AnyTagClassName
{
color: #E258AB;
}
</style>
background-color css
<style>
a { background-color: #E258AB; }
a { background-color: rgb(226,88,171); }
div.DivClassName
{
background-color: #E258AB;
}
.BgClassName
{
background-color: #E258AB;
}
</style>
border-color css
<style>
span { border-color: #E258AB; }
span { border-color: rgb(226,88,171); }
td.TdClassName
{
border-color: #E258AB;
}
.TagClassName
{
border-color: #E258AB;
}
</style>