#E4138B

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

Shades of Deep Pink #E4138B

Tints of Deep Pink #E4138B

Color information

#E4138B (or 0xE4138B) is unknown color: approx Deep Pink. HEX triplet: E4, 13 and 8B. RGB value is (228,19,139). Sum of RGB (Red+Green+Blue) = 228+19+139=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E4138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4138B is #1BEC74. Grayscale: #5E5E5E. Windows color (decimal): -1830005 or 9114596. OLE color: 9114596.

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

Color convert

RGB22819139-
CMYK00.920.390.11
HSL325.55º84.62%48.43%-
HSV(B)325.55º91.67%89.41%-
XYZ36.8918.8226.12-
YUV95.17152.74222.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 59.07%
GREEN value IS 19 (7.81% from 255) = 4.92%
BLUE value IS 139 (54.69% from 255) = 36.01%
R=59.07%
G=4.92%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281913900.920.390.11325.5584.6248.43
HexE4138B05C27B1465530
Octal344232130134471350612560
Binary1110010010011100010110101110010011110111010001101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4138B; }

 p { color: rgb(228,19,139); }

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

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

 a { background-color: rgb(228,19,139); }

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

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

 span { border-color: rgb(228,19,139); }

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