Shades of Brilliant Rose #E853A4
Tints of Brilliant Rose #E853A4
RGB
CMYK
RGB Variations
Color information
#E853A4 (or 0xE853A4) is known color: Brilliant Rose. HEX triplet: E8, 53 and A4. RGB value is (232,83,164). Sum of RGB (Red+Green+Blue) = 232+83+164=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E853A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E853A4 is #17AC5B. Grayscale: #888888. Windows color (decimal): -1551452 or 10769384. OLE color: 10769384.
HSL color Cylindrical-coordinate representation of color #E853A4: hue angle of 327.38º degrees, saturation: 0.76, 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 #E853A4 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 164 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.09 |
| HSL | 327.38º | 0.76% | 0.62% | - |
| HSV(B) | 327.38º | 0.64% | 0.91% | - |
| XYZ | 43.07 | 26.02 | 37.87 | - |
| YUV | 136.79 | 143.36 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 164 | 0 | 0.64 | 0.29 | 0.09 | 327.38 | 0.76 | 0.62 |
| Hex | E8 | 53 | A4 | 0 | 40 | 1D | 9 | 147 | 4C | 3E |
| Octal | 350 | 123 | 244 | 0 | 100 | 35 | 11 | 507 | 114 | 76 |
| Binary | 11101000 | 1010011 | 10100100 | 0 | 1000000 | 11101 | 1001 | 101000111 | 1001100 | 111110 |
Color Harmonies of #E853A4
Complementary color
Monochromatic Colors of #E853A4
Black with #E853A4
Text Example
Text Example
White with #E853A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E853A4; }
p { color: rgb(232,83,164); }
H1.HeaderClassName
{
color: #E853A4;
}
.AnyTagClassName
{
color: #E853A4;
}
</style>
background-color css
<style>
a { background-color: #E853A4; }
a { background-color: rgb(232,83,164); }
div.DivClassName
{
background-color: #E853A4;
}
.BgClassName
{
background-color: #E853A4;
}
</style>
border-color css
<style>
span { border-color: #E853A4; }
span { border-color: rgb(232,83,164); }
td.TdClassName
{
border-color: #E853A4;
}
.TagClassName
{
border-color: #E853A4;
}
</style>