Shades of Brilliant Rose #E255AC
Tints of Brilliant Rose #E255AC
RGB
CMYK
RGB Variations
Color information
#E255AC (or 0xE255AC) is known color: Brilliant Rose. HEX triplet: E2, 55 and AC. RGB value is (226,85,172). Sum of RGB (Red+Green+Blue) = 226+85+172=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E255AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E255AC is #1DAA53. Grayscale: #888888. Windows color (decimal): -1944148 or 11294178. OLE color: 11294178.
HSL color Cylindrical-coordinate representation of color #E255AC: hue angle of 322.98º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E255AC is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 172 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.11 |
| HSL | 322.98º | 0.71% | 0.61% | - |
| HSV(B) | 322.98º | 0.62% | 0.89% | - |
| XYZ | 42.06 | 25.64 | 41.76 | - |
| YUV | 137.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 172 | 0 | 0.62 | 0.24 | 0.11 | 322.98 | 0.71 | 0.61 |
| Hex | E2 | 55 | AC | 0 | 3E | 18 | B | 143 | 47 | 3D |
| Octal | 342 | 125 | 254 | 0 | 76 | 30 | 13 | 503 | 107 | 75 |
| Binary | 11100010 | 1010101 | 10101100 | 0 | 111110 | 11000 | 1011 | 101000011 | 1000111 | 111101 |
Color Harmonies of #E255AC
Complementary color
Monochromatic Colors of #E255AC
Black with #E255AC
Text Example
Text Example
White with #E255AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255AC; }
p { color: rgb(226,85,172); }
H1.HeaderClassName
{
color: #E255AC;
}
.AnyTagClassName
{
color: #E255AC;
}
</style>
background-color css
<style>
a { background-color: #E255AC; }
a { background-color: rgb(226,85,172); }
div.DivClassName
{
background-color: #E255AC;
}
.BgClassName
{
background-color: #E255AC;
}
</style>
border-color css
<style>
span { border-color: #E255AC; }
span { border-color: rgb(226,85,172); }
td.TdClassName
{
border-color: #E255AC;
}
.TagClassName
{
border-color: #E255AC;
}
</style>