Shades of Brilliant Rose #E755AC
Tints of Brilliant Rose #E755AC
RGB
CMYK
RGB Variations
Color information
#E755AC (or 0xE755AC) is known color: Brilliant Rose. HEX triplet: E7, 55 and AC. RGB value is (231,85,172). Sum of RGB (Red+Green+Blue) = 231+85+172=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E755AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E755AC is #18AA53. Grayscale: #8A8A8A. Windows color (decimal): -1616468 or 11294183. OLE color: 11294183.
HSL color Cylindrical-coordinate representation of color #E755AC: hue angle of 324.25º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E755AC is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 172 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.09 |
| HSL | 324.25º | 0.75% | 0.62% | - |
| HSV(B) | 324.25º | 0.63% | 0.91% | - |
| XYZ | 43.65 | 26.46 | 41.84 | - |
| YUV | 138.57 | 146.87 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 172 | 0 | 0.63 | 0.26 | 0.09 | 324.25 | 0.75 | 0.62 |
| Hex | E7 | 55 | AC | 0 | 3F | 1A | 9 | 144 | 4B | 3E |
| Octal | 347 | 125 | 254 | 0 | 77 | 32 | 11 | 504 | 113 | 76 |
| Binary | 11100111 | 1010101 | 10101100 | 0 | 111111 | 11010 | 1001 | 101000100 | 1001011 | 111110 |
Color Harmonies of #E755AC
Complementary color
Monochromatic Colors of #E755AC
Black with #E755AC
Text Example
Text Example
White with #E755AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E755AC; }
p { color: rgb(231,85,172); }
H1.HeaderClassName
{
color: #E755AC;
}
.AnyTagClassName
{
color: #E755AC;
}
</style>
background-color css
<style>
a { background-color: #E755AC; }
a { background-color: rgb(231,85,172); }
div.DivClassName
{
background-color: #E755AC;
}
.BgClassName
{
background-color: #E755AC;
}
</style>
border-color css
<style>
span { border-color: #E755AC; }
span { border-color: rgb(231,85,172); }
td.TdClassName
{
border-color: #E755AC;
}
.TagClassName
{
border-color: #E755AC;
}
</style>