#E542AB

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

Shades of Brilliant Rose #E542AB

Tints of Brilliant Rose #E542AB

Color information

#E542AB (or 0xE542AB) is unknown color: approx Brilliant Rose. HEX triplet: E5, 42 and AB. RGB value is (229,66,171). Sum of RGB (Red+Green+Blue) = 229+66+171=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E542AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E542AB is #1ABD54. Grayscale: #7E7E7E. Windows color (decimal): -1752405 or 11223781. OLE color: 11223781.

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

Color convert

RGB22966171-
CMYK00.710.250.10
HSL321.35º75.81%57.84%-
HSV(B)321.35º71.18%89.8%-
XYZ41.6123.4940.87-
YUV126.71153200.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.14%
GREEN value IS 66 (26.17% from 255) = 14.16%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=49.14%
G=14.16%
B=36.70%

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
Decimal2296617100.710.250.10321.3575.8157.84
HexE542AB04719A1414c3a
Octal3451022530107311250111472
Binary11100101100001010101011010001111100110101010000011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E542AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E542AB; }

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

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

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

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

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

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

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

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