Shades of Brilliant Rose #E258A4
Tints of Brilliant Rose #E258A4
RGB
CMYK
RGB Variations
Color information
#E258A4 (or 0xE258A4) is known color: Brilliant Rose. HEX triplet: E2, 58 and A4. RGB value is (226,88,164). Sum of RGB (Red+Green+Blue) = 226+88+164=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E258A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E258A4 is #1DA75B. Grayscale: #898989. Windows color (decimal): -1943388 or 10770658. OLE color: 10770658.
HSL color Cylindrical-coordinate representation of color #E258A4: hue angle of 326.96º 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 #E258A4 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 164 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.11 |
| HSL | 326.96º | 0.7% | 0.62% | - |
| HSV(B) | 326.96º | 0.61% | 0.89% | - |
| XYZ | 41.55 | 25.83 | 37.92 | - |
| YUV | 137.93 | 142.72 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 164 | 0 | 0.61 | 0.27 | 0.11 | 326.96 | 0.7 | 0.62 |
| Hex | E2 | 58 | A4 | 0 | 3D | 1B | B | 147 | 46 | 3E |
| Octal | 342 | 130 | 244 | 0 | 75 | 33 | 13 | 507 | 106 | 76 |
| Binary | 11100010 | 1011000 | 10100100 | 0 | 111101 | 11011 | 1011 | 101000111 | 1000110 | 111110 |
Color Harmonies of #E258A4
Complementary color
Monochromatic Colors of #E258A4
Black with #E258A4
Text Example
Text Example
White with #E258A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E258A4; }
p { color: rgb(226,88,164); }
H1.HeaderClassName
{
color: #E258A4;
}
.AnyTagClassName
{
color: #E258A4;
}
</style>
background-color css
<style>
a { background-color: #E258A4; }
a { background-color: rgb(226,88,164); }
div.DivClassName
{
background-color: #E258A4;
}
.BgClassName
{
background-color: #E258A4;
}
</style>
border-color css
<style>
span { border-color: #E258A4; }
span { border-color: rgb(226,88,164); }
td.TdClassName
{
border-color: #E258A4;
}
.TagClassName
{
border-color: #E258A4;
}
</style>