#EB0A8D

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

Shades of Deep Pink #EB0A8D

Tints of Deep Pink #EB0A8D

Color information

#EB0A8D (or 0xEB0A8D) is unknown color: approx Deep Pink. HEX triplet: EB, 0A and 8D. RGB value is (235,10,141). Sum of RGB (Red+Green+Blue) = 235+10+141=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0A8D is #14F572. Grayscale: #5B5B5B. Windows color (decimal): -1373555 or 9243371. OLE color: 9243371.

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

Color convert

RGB23510141-
CMYK00.960.40.08
HSL325.07º91.84%48.04%-
HSV(B)325.07º95.74%92.16%-
XYZ39.1819.826.96-
YUV92.21155.54229.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 10 (4.30% from 255) = 2.59%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=60.88%
G=2.59%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351014100.960.40.08325.0791.8448.04
HexEBA8D0602881455c30
Octal353122150140501050513460
Binary111010111010100011010110000010100010001010001011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0A8D; }

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

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

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

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

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

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

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

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