#E55EA8

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

Shades of Brilliant Rose #E55EA8

Tints of Brilliant Rose #E55EA8

Color information

#E55EA8 (or 0xE55EA8) is unknown color: approx Brilliant Rose. HEX triplet: E5, 5E and A8. RGB value is (229,94,168). Sum of RGB (Red+Green+Blue) = 229+94+168=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E55EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55EA8 is #1AA157. Grayscale: #8E8E8E. Windows color (decimal): -1745240 or 11034341. OLE color: 11034341.

HSL color Cylindrical-coordinate representation of color #E55EA8: hue angle of 327.11º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55EA8 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB22994168-
CMYK00.590.270.10
HSL327.11º72.19%63.33%-
HSV(B)327.11º58.95%89.8%-
XYZ43.3827.4940.07-
YUV142.8142.23189.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.64%
GREEN value IS 94 (37.11% from 255) = 19.14%
BLUE value IS 168 (66.02% from 255) = 34.22%
R=46.64%
G=19.14%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299416800.590.270.10327.1172.1963.33
HexE55EA803B1BA147483f
Octal345136250073331250711077
Binary1110010110111101010100001110111101110101010001111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55EA8; }

 p { color: rgb(229,94,168); }

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

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

 a { background-color: rgb(229,94,168); }

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

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

 span { border-color: rgb(229,94,168); }

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