Shades of Brilliant Rose #E754A3
Tints of Brilliant Rose #E754A3
RGB
CMYK
RGB Variations
Color information
#E754A3 (or 0xE754A3) is known color: Brilliant Rose. HEX triplet: E7, 54 and A3. RGB value is (231,84,163). Sum of RGB (Red+Green+Blue) = 231+84+163=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E754A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E754A3 is #18AB5C. Grayscale: #888888. Windows color (decimal): -1616733 or 10704103. OLE color: 10704103.
HSL color Cylindrical-coordinate representation of color #E754A3: hue angle of 327.76º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E754A3 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 163 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.09 |
| HSL | 327.76º | 0.75% | 0.62% | - |
| HSV(B) | 327.76º | 0.64% | 0.91% | - |
| XYZ | 42.74 | 25.97 | 37.41 | - |
| YUV | 136.96 | 142.7 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 163 | 0 | 0.64 | 0.29 | 0.09 | 327.76 | 0.75 | 0.62 |
| Hex | E7 | 54 | A3 | 0 | 40 | 1D | 9 | 148 | 4B | 3E |
| Octal | 347 | 124 | 243 | 0 | 100 | 35 | 11 | 510 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10100011 | 0 | 1000000 | 11101 | 1001 | 101001000 | 1001011 | 111110 |
Color Harmonies of #E754A3
Complementary color
Monochromatic Colors of #E754A3
Black with #E754A3
Text Example
Text Example
White with #E754A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754A3; }
p { color: rgb(231,84,163); }
H1.HeaderClassName
{
color: #E754A3;
}
.AnyTagClassName
{
color: #E754A3;
}
</style>
background-color css
<style>
a { background-color: #E754A3; }
a { background-color: rgb(231,84,163); }
div.DivClassName
{
background-color: #E754A3;
}
.BgClassName
{
background-color: #E754A3;
}
</style>
border-color css
<style>
span { border-color: #E754A3; }
span { border-color: rgb(231,84,163); }
td.TdClassName
{
border-color: #E754A3;
}
.TagClassName
{
border-color: #E754A3;
}
</style>