#EB0081

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

Shades of Deep Pink #EB0081

Tints of Deep Pink #EB0081

Color information

#EB0081 (or 0xEB0081) is unknown color: approx Deep Pink. HEX triplet: EB, 00 and 81. RGB value is (235,0,129). Sum of RGB (Red+Green+Blue) = 235+0+129=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0081 is #14FF7E. Grayscale: #545454. Windows color (decimal): -1376127 or 8454379. OLE color: 8454379.

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

Color convert

RGB2350129-
CMYK010.450.08
HSL327.06º100%46.08%-
HSV(B)327.06º100%92.16%-
XYZ38.2219.2522.47-
YUV84.97152.86235.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 64.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=64.56%
G=0%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2350129010.450.08327.0610046.08
HexEB0810642D8147642e
Octal35302010144551050714456
Binary111010110100000010110010010110110001010001111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0081; }

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

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

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

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

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

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

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

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