#E2488A

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

Shades of Dark Pink #E2488A

Tints of Dark Pink #E2488A

Color information

#E2488A (or 0xE2488A) is unknown color: approx Dark Pink. HEX triplet: E2, 48 and 8A. RGB value is (226,72,138). Sum of RGB (Red+Green+Blue) = 226+72+138=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2488A is #1DB775. Grayscale: #7D7D7D. Windows color (decimal): -1947510 or 9062626. OLE color: 9062626.

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

Color convert

RGB22672138-
CMYK00.680.390.11
HSL334.29º72.64%58.43%-
HSV(B)334.29º68.14%88.63%-
XYZ38.2722.6426.4-
YUV125.57135.02199.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.83%
GREEN value IS 72 (28.52% from 255) = 16.51%
BLUE value IS 138 (54.30% from 255) = 31.65%
R=51.83%
G=16.51%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267213800.680.390.11334.2972.6458.43
HexE2488A04427B14e493a
Octal3421102120104471351611172
Binary111000101001000100010100100010010011110111010011101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2488A; }

 p { color: rgb(226,72,138); }

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

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

 a { background-color: rgb(226,72,138); }

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

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

 span { border-color: rgb(226,72,138); }

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