#E542AD

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

Shades of Brilliant Rose #E542AD

Tints of Brilliant Rose #E542AD

Color information

#E542AD (or 0xE542AD) is unknown color: approx Brilliant Rose. HEX triplet: E5, 42 and AD. RGB value is (229,66,173). Sum of RGB (Red+Green+Blue) = 229+66+173=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E542AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E542AD is #1ABD52. Grayscale: #7E7E7E. Windows color (decimal): -1752403 or 11354853. OLE color: 11354853.

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

Color convert

RGB22966173-
CMYK00.710.240.10
HSL320.61º75.81%57.84%-
HSV(B)320.61º71.18%89.8%-
XYZ41.823.5741.88-
YUV126.94154200.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.93%
GREEN value IS 66 (26.17% from 255) = 14.10%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=48.93%
G=14.10%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296617300.710.240.10320.6175.8157.84
HexE542AD04718A1414c3a
Octal3451022550107301250111472
Binary11100101100001010101101010001111100010101010000011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E542AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E542AD; }

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

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

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

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

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

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

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

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