Shades of Brilliant Rose #E254AC
Tints of Brilliant Rose #E254AC
RGB
CMYK
RGB Variations
Color information
#E254AC (or 0xE254AC) is known color: Brilliant Rose. HEX triplet: E2, 54 and AC. RGB value is (226,84,172). Sum of RGB (Red+Green+Blue) = 226+84+172=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E254AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E254AC is #1DAB53. Grayscale: #888888. Windows color (decimal): -1944404 or 11293922. OLE color: 11293922.
HSL color Cylindrical-coordinate representation of color #E254AC: hue angle of 322.82º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E254AC is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 172 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.11 |
| HSL | 322.82º | 0.71% | 0.61% | - |
| HSV(B) | 322.82º | 0.63% | 0.89% | - |
| XYZ | 41.98 | 25.49 | 41.74 | - |
| YUV | 136.49 | 148.04 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 172 | 0 | 0.63 | 0.24 | 0.11 | 322.82 | 0.71 | 0.61 |
| Hex | E2 | 54 | AC | 0 | 3F | 18 | B | 143 | 47 | 3D |
| Octal | 342 | 124 | 254 | 0 | 77 | 30 | 13 | 503 | 107 | 75 |
| Binary | 11100010 | 1010100 | 10101100 | 0 | 111111 | 11000 | 1011 | 101000011 | 1000111 | 111101 |
Color Harmonies of #E254AC
Complementary color
Monochromatic Colors of #E254AC
Black with #E254AC
Text Example
Text Example
White with #E254AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E254AC; }
p { color: rgb(226,84,172); }
H1.HeaderClassName
{
color: #E254AC;
}
.AnyTagClassName
{
color: #E254AC;
}
</style>
background-color css
<style>
a { background-color: #E254AC; }
a { background-color: rgb(226,84,172); }
div.DivClassName
{
background-color: #E254AC;
}
.BgClassName
{
background-color: #E254AC;
}
</style>
border-color css
<style>
span { border-color: #E254AC; }
span { border-color: rgb(226,84,172); }
td.TdClassName
{
border-color: #E254AC;
}
.TagClassName
{
border-color: #E254AC;
}
</style>