Shades of Brilliant Rose #E258AC
Tints of Brilliant Rose #E258AC
RGB
CMYK
RGB Variations
Color information
#E258AC (or 0xE258AC) is known color: Brilliant Rose. HEX triplet: E2, 58 and AC. RGB value is (226,88,172). Sum of RGB (Red+Green+Blue) = 226+88+172=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E258AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E258AC is #1DA753. Grayscale: #8A8A8A. Windows color (decimal): -1943380 or 11294946. OLE color: 11294946.
HSL color Cylindrical-coordinate representation of color #E258AC: hue angle of 323.48º 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 #E258AC is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 172 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.11 |
| HSL | 323.48º | 0.7% | 0.62% | - |
| HSV(B) | 323.48º | 0.61% | 0.89% | - |
| XYZ | 42.3 | 26.13 | 41.84 | - |
| YUV | 138.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 172 | 0 | 0.61 | 0.24 | 0.11 | 323.48 | 0.7 | 0.62 |
| Hex | E2 | 58 | AC | 0 | 3D | 18 | B | 143 | 46 | 3E |
| Octal | 342 | 130 | 254 | 0 | 75 | 30 | 13 | 503 | 106 | 76 |
| Binary | 11100010 | 1011000 | 10101100 | 0 | 111101 | 11000 | 1011 | 101000011 | 1000110 | 111110 |
Color Harmonies of #E258AC
Complementary color
Monochromatic Colors of #E258AC
Black with #E258AC
Text Example
Text Example
White with #E258AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E258AC; }
p { color: rgb(226,88,172); }
H1.HeaderClassName
{
color: #E258AC;
}
.AnyTagClassName
{
color: #E258AC;
}
</style>
background-color css
<style>
a { background-color: #E258AC; }
a { background-color: rgb(226,88,172); }
div.DivClassName
{
background-color: #E258AC;
}
.BgClassName
{
background-color: #E258AC;
}
</style>
border-color css
<style>
span { border-color: #E258AC; }
span { border-color: rgb(226,88,172); }
td.TdClassName
{
border-color: #E258AC;
}
.TagClassName
{
border-color: #E258AC;
}
</style>