#EB007F

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

Shades of Deep Pink #EB007F

Tints of Deep Pink #EB007F

Color information

#EB007F (or 0xEB007F) is unknown color: approx Deep Pink. HEX triplet: EB, 00 and 7F. RGB value is (235,0,127). Sum of RGB (Red+Green+Blue) = 235+0+127=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB007F is #14FF80. Grayscale: #545454. Windows color (decimal): -1376129 or 8323307. OLE color: 8323307.

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

Color convert

RGB2350127-
CMYK010.460.08
HSL327.57º100%46.08%-
HSV(B)327.57º100%92.16%-
XYZ38.0919.1921.78-
YUV84.74151.86235.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 64.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 35.08%
R=64.92%
G=0%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2350127010.460.08327.5710046.08
HexEB07F0642E8148642e
Octal35301770144561051014456
Binary11101011011111110110010010111010001010010001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB007F; }

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

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

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

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

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

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

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

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