#E542AC

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

Shades of Brilliant Rose #E542AC

Tints of Brilliant Rose #E542AC

Color information

#E542AC (or 0xE542AC) is unknown color: approx Brilliant Rose. HEX triplet: E5, 42 and AC. RGB value is (229,66,172). Sum of RGB (Red+Green+Blue) = 229+66+172=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E542AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E542AC is #1ABD53. Grayscale: #7E7E7E. Windows color (decimal): -1752404 or 11289317. OLE color: 11289317.

HSL color Cylindrical-coordinate representation of color #E542AC: hue angle of 320.98º 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 #E542AC is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB22966172-
CMYK00.710.250.10
HSL320.98º75.81%57.84%-
HSV(B)320.98º71.18%89.8%-
XYZ41.7123.5341.37-
YUV126.82153.5200.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.04%
GREEN value IS 66 (26.17% from 255) = 14.13%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=49.04%
G=14.13%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296617200.710.250.10320.9875.8157.84
HexE542AC04719A1414c3a
Octal3451022540107311250111472
Binary11100101100001010101100010001111100110101010000011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E542AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E542AC; }

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

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

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

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

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

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

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

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