#E8559B

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

Shades of Brilliant Rose #E8559B

Tints of Brilliant Rose #E8559B

Color information

#E8559B (or 0xE8559B) is unknown color: approx Brilliant Rose. HEX triplet: E8, 55 and 9B. RGB value is (232,85,155). Sum of RGB (Red+Green+Blue) = 232+85+155=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E8559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8559B is #17AA64. Grayscale: #888888. Windows color (decimal): -1550949 or 10180072. OLE color: 10180072.

HSL color Cylindrical-coordinate representation of color #E8559B: hue angle of 331.43º degrees, saturation: 0.76, 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 #E8559B is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB23285155-
CMYK00.630.330.09
HSL331.43º76.17%62.16%-
HSV(B)331.43º63.36%90.98%-
XYZ42.4426.0233.8-
YUV136.93138.2195.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.15%
GREEN value IS 85 (33.59% from 255) = 18.01%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=49.15%
G=18.01%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328515500.630.330.09331.4376.1762.16
HexE8559B03F21914b4c3e
Octal350125233077411151311476
Binary11101000101010110011011011111110000110011010010111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8559B; }

 p { color: rgb(232,85,155); }

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

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

 a { background-color: rgb(232,85,155); }

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

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

 span { border-color: rgb(232,85,155); }

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