#E54B86

Color #E54B86 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E54B86

Tints of Dark Pink #E54B86

Color information

#E54B86 (or 0xE54B86) is unknown color: approx Dark Pink. HEX triplet: E5, 4B and 86. RGB value is (229,75,134). Sum of RGB (Red+Green+Blue) = 229+75+134=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54B86 is #1AB479. Grayscale: #7F7F7F. Windows color (decimal): -1750138 or 8801253. OLE color: 8801253.

HSL color Cylindrical-coordinate representation of color #E54B86: hue angle of 337.01º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54B86 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB22975134-
CMYK00.670.410.10
HSL337.01º74.76%59.61%-
HSV(B)337.01º67.25%89.8%-
XYZ39.1323.4125.01-
YUV127.77131.52200.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.28%
GREEN value IS 75 (29.69% from 255) = 17.12%
BLUE value IS 134 (52.73% from 255) = 30.59%
R=52.28%
G=17.12%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297513400.670.410.10337.0174.7659.61
HexE54B8604329A1514b3c
Octal3451132060103511252111374
Binary111001011001011100001100100001110100110101010100011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54B86; }

 p { color: rgb(229,75,134); }

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

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

 a { background-color: rgb(229,75,134); }

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

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

 span { border-color: rgb(229,75,134); }

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