#EB1E8E

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

Shades of Deep Pink #EB1E8E

Tints of Deep Pink #EB1E8E

Color information

#EB1E8E (or 0xEB1E8E) is unknown color: approx Deep Pink. HEX triplet: EB, 1E and 8E. RGB value is (235,30,142). Sum of RGB (Red+Green+Blue) = 235+30+142=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1E8E is #14E171. Grayscale: #676767. Windows color (decimal): -1368434 or 9314027. OLE color: 9314027.

HSL color Cylindrical-coordinate representation of color #EB1E8E: hue angle of 327.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB1E8E is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB23530142-
CMYK00.870.400.08
HSL327.22º83.67%51.96%-
HSV(B)327.22º87.23%92.16%-
XYZ39.6120.5427.47-
YUV104.06149.42221.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.74%
GREEN value IS 30 (12.11% from 255) = 7.37%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=57.74%
G=7.37%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353014200.870.400.08327.2283.6751.96
HexEB1E8E0572881475434
Octal353362160127501050712464
Binary1110101111110100011100101011110100010001010001111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1E8E; }

 p { color: rgb(235,30,142); }

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

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

 a { background-color: rgb(235,30,142); }

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

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

 span { border-color: rgb(235,30,142); }

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