#EB0F84

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

Shades of Deep Pink #EB0F84

Tints of Deep Pink #EB0F84

Color information

#EB0F84 (or 0xEB0F84) is unknown color: approx Deep Pink. HEX triplet: EB, 0F and 84. RGB value is (235,15,132). Sum of RGB (Red+Green+Blue) = 235+15+132=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0F84 is #14F07B. Grayscale: #5D5D5D. Windows color (decimal): -1372284 or 8654827. OLE color: 8654827.

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

Color convert

RGB23515132-
CMYK00.940.440.08
HSL328.09º88%49.02%-
HSV(B)328.09º93.62%92.16%-
XYZ38.619.6723.59-
YUV94.12149.39228.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.52%
GREEN value IS 15 (6.25% from 255) = 3.93%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=61.52%
G=3.93%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351513200.940.440.08328.098849.02
HexEBF8405E2C81485831
Octal353172040136541051013061
Binary111010111111100001000101111010110010001010010001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0F84; }

 p { color: rgb(235,15,132); }

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

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

 a { background-color: rgb(235,15,132); }

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

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

 span { border-color: rgb(235,15,132); }

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