#E8559A

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

Shades of Brilliant Rose #E8559A

Tints of Brilliant Rose #E8559A

Color information

#E8559A (or 0xE8559A) is unknown color: approx Brilliant Rose. HEX triplet: E8, 55 and 9A. RGB value is (232,85,154). Sum of RGB (Red+Green+Blue) = 232+85+154=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E8559A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8559A is #17AA65. Grayscale: #888888. Windows color (decimal): -1550950 or 10114536. OLE color: 10114536.

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

Color convert

RGB23285154-
CMYK00.630.340.09
HSL331.84º76.17%62.16%-
HSV(B)331.84º63.36%90.98%-
XYZ42.3625.9933.36-
YUV136.82137.7195.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.26%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=49.26%
G=18.05%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328515400.630.340.09331.8476.1762.16
HexE8559A03F22914c4c3e
Octal350125232077421151411476
Binary11101000101010110011010011111110001010011010011001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8559A; }

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

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

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

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

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

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

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

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