#e9138c

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

Shades of Deep Pink #E9138C

Tints of Deep Pink #E9138C

Color information

#E9138C (or 0xE9138C) is unknown color: approx Deep Pink. HEX triplet: E9, 13 and 8C. RGB value is (233,19,140). Sum of RGB (Red+Green+Blue) = 233+19+140=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E9138C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9138C is #16EC73. Grayscale: #606060. Windows color (decimal): -1502324 or 9180137. OLE color: 9180137.

HSL color Cylindrical-coordinate representation of color #E9138C: hue angle of 326.07º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9138C is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB23319140-
CMYK00.920.400.09
HSL326.07º84.92%49.41%-
HSV(B)326.07º91.85%91.37%-
XYZ38.5719.6826.58-
YUV96.78152.4225.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 59.44%
GREEN value IS 19 (7.81% from 255) = 4.85%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=59.44%
G=4.85%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331914000.920.400.09326.0784.9249.41
HexE9138C05C2891465531
Octal351232140134501150612561
Binary1110100110011100011000101110010100010011010001101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9138c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9138c; }

 p { color: rgb(233,19,140); }

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

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

 a { background-color: rgb(233,19,140); }

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

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

 span { border-color: rgb(233,19,140); }

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