#EB0A85

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

Shades of Deep Pink #EB0A85

Tints of Deep Pink #EB0A85

Color information

#EB0A85 (or 0xEB0A85) is unknown color: approx Deep Pink. HEX triplet: EB, 0A and 85. RGB value is (235,10,133). Sum of RGB (Red+Green+Blue) = 235+10+133=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0A85 is #14F57A. Grayscale: #5B5B5B. Windows color (decimal): -1373563 or 8719083. OLE color: 8719083.

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

Color convert

RGB23510133-
CMYK00.960.430.08
HSL327.2º91.84%48.04%-
HSV(B)327.2º95.74%92.16%-
XYZ38.619.5723.93-
YUV91.3151.54230.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.17%
GREEN value IS 10 (4.30% from 255) = 2.65%
BLUE value IS 133 (52.34% from 255) = 35.19%
R=62.17%
G=2.65%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351013300.960.430.08327.291.8448.04
HexEBA850602B81475c30
Octal353122050140531050713460
Binary111010111010100001010110000010101110001010001111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0A85; }

 p { color: rgb(235,10,133); }

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

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

 a { background-color: rgb(235,10,133); }

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

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

 span { border-color: rgb(235,10,133); }

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