#E8549D

Color #E8549D Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #E8549D

Tints of Brilliant Rose #E8549D

Color information

#E8549D (or 0xE8549D) is unknown color: approx Brilliant Rose. HEX triplet: E8, 54 and 9D. RGB value is (232,84,157). Sum of RGB (Red+Green+Blue) = 232+84+157=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E8549D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8549D is #17AB62. Grayscale: #888888. Windows color (decimal): -1551203 or 10310888. OLE color: 10310888.

HSL color Cylindrical-coordinate representation of color #E8549D: hue angle of 330.41º 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 #E8549D is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB23284157-
CMYK00.640.320.09
HSL330.41º76.29%61.96%-
HSV(B)330.41º63.79%90.98%-
XYZ42.5325.9334.66-
YUV136.57139.53196.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 49.05%
GREEN value IS 84 (33.20% from 255) = 17.76%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=49.05%
G=17.76%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328415700.640.320.09330.4176.2961.96
HexE8549D04020914a4c3e
Octal3501242350100401151211476
Binary111010001010100100111010100000010000010011010010101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8549D; }

 p { color: rgb(232,84,157); }

 H1.HeaderClassName
 {
   color: #E8549D;
 }
 .AnyTagClassName
 {
   color: #E8549D;
 }
</style>
background-color css

<style>
 a { background-color: #E8549D; }

 a { background-color: rgb(232,84,157); }

 div.DivClassName
 {
   background-color: #E8549D;
 }
 .BgClassName
 {
   background-color: #E8549D;
 }
</style>
border-color css

<style>
 span { border-color: #E8549D; }

 span { border-color: rgb(232,84,157); }

 td.TdClassName
 {
   border-color: #E8549D;
 }
 .TagClassName
 {
   border-color: #E8549D;
 }
</style>