#E8549F

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

Shades of Brilliant Rose #E8549F

Tints of Brilliant Rose #E8549F

Color information

#E8549F (or 0xE8549F) is unknown color: approx Brilliant Rose. HEX triplet: E8, 54 and 9F. RGB value is (232,84,159). Sum of RGB (Red+Green+Blue) = 232+84+159=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E8549F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8549F is #17AB60. Grayscale: #888888. Windows color (decimal): -1551201 or 10441960. OLE color: 10441960.

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

Color convert

RGB23284159-
CMYK00.640.310.09
HSL329.59º76.29%61.96%-
HSV(B)329.59º63.79%90.98%-
XYZ42.712635.57-
YUV136.8140.53195.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.84%
GREEN value IS 84 (33.20% from 255) = 17.68%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=48.84%
G=17.68%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328415900.640.310.09329.5976.2961.96
HexE8549F0401F914a4c3e
Octal3501242370100371151211476
Binary11101000101010010011111010000001111110011010010101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8549F; }

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

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

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

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

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

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

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

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