#EB007D

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

Shades of Deep Pink #EB007D

Tints of Deep Pink #EB007D

Color information

#EB007D (or 0xEB007D) is unknown color: approx Deep Pink. HEX triplet: EB, 00 and 7D. RGB value is (235,0,125). Sum of RGB (Red+Green+Blue) = 235+0+125=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB007D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB007D is #14FF82. Grayscale: #545454. Windows color (decimal): -1376131 or 8192235. OLE color: 8192235.

HSL color Cylindrical-coordinate representation of color #EB007D: hue angle of 328.09º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB007D is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB2350125-
CMYK010.470.08
HSL328.09º100%46.08%-
HSV(B)328.09º100%92.16%-
XYZ37.9619.1421.1-
YUV84.52150.86235.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=65.28%
G=0%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2350125010.470.08328.0910046.08
HexEB07D0642F8148642e
Octal35301750144571051014456
Binary11101011011111010110010010111110001010010001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB007D; }

 p { color: rgb(235,0,125); }

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

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

 a { background-color: rgb(235,0,125); }

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

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

 span { border-color: rgb(235,0,125); }

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