#EB1E8D

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

Shades of Deep Pink #EB1E8D

Tints of Deep Pink #EB1E8D

Color information

#EB1E8D (or 0xEB1E8D) is unknown color: approx Deep Pink. HEX triplet: EB, 1E and 8D. RGB value is (235,30,141). Sum of RGB (Red+Green+Blue) = 235+30+141=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1E8D is #14E172. Grayscale: #676767. Windows color (decimal): -1368435 or 9248491. OLE color: 9248491.

HSL color Cylindrical-coordinate representation of color #EB1E8D: hue angle of 327.51º 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 #EB1E8D is Cyan = 0, Magento = 0.87, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB23530141-
CMYK00.870.40.08
HSL327.51º83.67%51.96%-
HSV(B)327.51º87.23%92.16%-
XYZ39.5320.5127.08-
YUV103.95148.92221.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.88%
GREEN value IS 30 (12.11% from 255) = 7.39%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=57.88%
G=7.39%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353014100.870.40.08327.5183.6751.96
HexEB1E8D0572881485434
Octal353362150127501051012464
Binary1110101111110100011010101011110100010001010010001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1E8D; }

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

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

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

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

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

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

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

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