#E055A3

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

Shades of Brilliant Rose #E055A3

Tints of Brilliant Rose #E055A3

Color information

#E055A3 (or 0xE055A3) is unknown color: approx Brilliant Rose. HEX triplet: E0, 55 and A3. RGB value is (224,85,163). Sum of RGB (Red+Green+Blue) = 224+85+163=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E055A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E055A3 is #1FAA5C. Grayscale: #878787. Windows color (decimal): -2075229 or 10704352. OLE color: 10704352.

HSL color Cylindrical-coordinate representation of color #E055A3: hue angle of 326.33º 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 #E055A3 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB22485163-
CMYK00.620.270.12
HSL326.33º69.15%60.59%-
HSV(B)326.33º62.05%87.84%-
XYZ40.624.9937.33-
YUV135.45143.55191.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.46%
GREEN value IS 85 (33.59% from 255) = 18.01%
BLUE value IS 163 (64.06% from 255) = 34.53%
R=47.46%
G=18.01%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248516300.620.270.12326.3369.1560.59
HexE055A303E1BC146453d
Octal340125243076331450610575
Binary1110000010101011010001101111101101111001010001101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E055A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E055A3; }

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

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

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

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

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

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

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

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