#E4548D

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

Shades of Dark Pink #E4548D

Tints of Dark Pink #E4548D

Color information

#E4548D (or 0xE4548D) is unknown color: approx Dark Pink. HEX triplet: E4, 54 and 8D. RGB value is (228,84,141). Sum of RGB (Red+Green+Blue) = 228+84+141=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E4548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4548D is #1BAB72. Grayscale: #858585. Windows color (decimal): -1813363 or 9262308. OLE color: 9262308.

HSL color Cylindrical-coordinate representation of color #E4548D: hue angle of 336.25º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E4548D is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB22884141-
CMYK00.630.380.11
HSL336.25º72.73%61.18%-
HSV(B)336.25º63.16%89.41%-
XYZ39.9724.7627.87-
YUV133.55132.21195.37-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.33%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=50.33%
G=18.54%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288414100.630.380.11336.2572.7361.18
HexE4548D03F26B150493d
Octal344124215077461352011175
Binary11100100101010010001101011111110011010111010100001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4548D; }

 p { color: rgb(228,84,141); }

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

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

 a { background-color: rgb(228,84,141); }

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

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

 span { border-color: rgb(228,84,141); }

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