#E542AA

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

Shades of Brilliant Rose #E542AA

Tints of Brilliant Rose #E542AA

Color information

#E542AA (or 0xE542AA) is unknown color: approx Brilliant Rose. HEX triplet: E5, 42 and AA. RGB value is (229,66,170). Sum of RGB (Red+Green+Blue) = 229+66+170=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E542AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E542AA is #1ABD55. Grayscale: #7E7E7E. Windows color (decimal): -1752406 or 11158245. OLE color: 11158245.

HSL color Cylindrical-coordinate representation of color #E542AA: hue angle of 321.72º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E542AA is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB22966170-
CMYK00.710.260.10
HSL321.72º75.81%57.84%-
HSV(B)321.72º71.18%89.8%-
XYZ41.5223.4640.37-
YUV126.59152.5201.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.25%
GREEN value IS 66 (26.17% from 255) = 14.19%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=49.25%
G=14.19%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296617000.710.260.10321.7275.8157.84
HexE542AA0471AA1424c3a
Octal3451022520107321250211472
Binary11100101100001010101010010001111101010101010000101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E542AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E542AA; }

 p { color: rgb(229,66,170); }

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

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

 a { background-color: rgb(229,66,170); }

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

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

 span { border-color: rgb(229,66,170); }

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