#E3148C

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

Shades of Deep Pink #E3148C

Tints of Deep Pink #E3148C

Color information

#E3148C (or 0xE3148C) is unknown color: approx Deep Pink. HEX triplet: E3, 14 and 8C. RGB value is (227,20,140). Sum of RGB (Red+Green+Blue) = 227+20+140=387 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.66% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 227 - color contains mainly: red. Hex color #E3148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3148C is #1CEB73. Grayscale: #5F5F5F. Windows color (decimal): -1895284 or 9180387. OLE color: 9180387.

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

Color convert

RGB22720140-
CMYK00.910.380.11
HSL325.22º83.81%48.43%-
HSV(B)325.22º91.19%89.02%-
XYZ36.6618.7226.49-
YUV95.57153.08221.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 58.66%
GREEN value IS 20 (8.20% from 255) = 5.17%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=58.66%
G=5.17%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272014000.910.380.11325.2283.8148.43
HexE3148C05B26B1455430
Octal343242140133461350512460
Binary1110001110100100011000101101110011010111010001011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3148C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3148C; }

 p { color: rgb(227,20,140); }

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

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

 a { background-color: rgb(227,20,140); }

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

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

 span { border-color: rgb(227,20,140); }

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