#E055A9

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

Shades of Brilliant Rose #E055A9

Tints of Brilliant Rose #E055A9

Color information

#E055A9 (or 0xE055A9) is unknown color: approx Brilliant Rose. HEX triplet: E0, 55 and A9. RGB value is (224,85,169). Sum of RGB (Red+Green+Blue) = 224+85+169=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E055A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E055A9 is #1FAA56. Grayscale: #878787. Windows color (decimal): -2075223 or 11097568. OLE color: 11097568.

HSL color Cylindrical-coordinate representation of color #E055A9: hue angle of 323.74º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E055A9 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB22485169-
CMYK00.620.250.12
HSL323.74º69.15%60.59%-
HSV(B)323.74º62.05%87.84%-
XYZ41.1525.2140.23-
YUV136.14146.55190.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.86%
GREEN value IS 85 (33.59% from 255) = 17.78%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=46.86%
G=17.78%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248516900.620.250.12323.7469.1560.59
HexE055A903E19C144453d
Octal340125251076311450410575
Binary1110000010101011010100101111101100111001010001001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E055A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E055A9; }

 p { color: rgb(224,85,169); }

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

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

 a { background-color: rgb(224,85,169); }

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

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

 span { border-color: rgb(224,85,169); }

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