#E055A2

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

Shades of Brilliant Rose #E055A2

Tints of Brilliant Rose #E055A2

Color information

#E055A2 (or 0xE055A2) is unknown color: approx Brilliant Rose. HEX triplet: E0, 55 and A2. RGB value is (224,85,162). Sum of RGB (Red+Green+Blue) = 224+85+162=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E055A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E055A2 is #1FAA5D. Grayscale: #878787. Windows color (decimal): -2075230 or 10638816. OLE color: 10638816.

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

Color convert

RGB22485162-
CMYK00.620.280.12
HSL326.76º69.15%60.59%-
HSV(B)326.76º62.05%87.84%-
XYZ40.5124.9536.86-
YUV135.34143.05191.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.56%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 162 (63.67% from 255) = 34.39%
R=47.56%
G=18.05%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248516200.620.280.12326.7669.1560.59
HexE055A203E1CC147453d
Octal340125242076341450710575
Binary1110000010101011010001001111101110011001010001111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E055A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E055A2; }

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

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

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

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

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

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

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

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