#E05AAC

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

Shades of Brilliant Rose #E05AAC

Tints of Brilliant Rose #E05AAC

Color information

#E05AAC (or 0xE05AAC) is unknown color: approx Brilliant Rose. HEX triplet: E0, 5A and AC. RGB value is (224,90,172). Sum of RGB (Red+Green+Blue) = 224+90+172=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E05AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05AAC is #1FA553. Grayscale: #8B8B8B. Windows color (decimal): -2073940 or 11295456. OLE color: 11295456.

HSL color Cylindrical-coordinate representation of color #E05AAC: hue angle of 323.28º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05AAC is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB22490172-
CMYK00.600.230.12
HSL323.28º68.37%61.57%-
HSV(B)323.28º59.82%87.84%-
XYZ41.8426.1441.87-
YUV139.41146.39188.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 90 (35.55% from 255) = 18.52%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=46.09%
G=18.52%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249017200.600.230.12323.2868.3761.57
HexE05AAC03C17C143443e
Octal340132254074271450310476
Binary1110000010110101010110001111001011111001010000111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05AAC; }

 p { color: rgb(224,90,172); }

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

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

 a { background-color: rgb(224,90,172); }

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

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

 span { border-color: rgb(224,90,172); }

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