#EB5A84

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

Shades of Dark Pink #EB5A84

Tints of Dark Pink #EB5A84

Color information

#EB5A84 (or 0xEB5A84) is unknown color: approx Dark Pink. HEX triplet: EB, 5A and 84. RGB value is (235,90,132). Sum of RGB (Red+Green+Blue) = 235+90+132=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5A84 is #14A57B. Grayscale: #8A8A8A. Windows color (decimal): -1353084 or 8674027. OLE color: 8674027.

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

Color convert

RGB23590132-
CMYK00.620.440.08
HSL342.62º78.38%63.73%-
HSV(B)342.62º61.7%92.16%-
XYZ42.0826.6424.75-
YUV138.14124.54197.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.42%
GREEN value IS 90 (35.55% from 255) = 19.69%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=51.42%
G=19.69%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359013200.620.440.08342.6278.3863.73
HexEB5A8403E2C81574e40
Octal3531322040765410527116100
Binary111010111011010100001000111110101100100010101011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A84; }

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

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

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

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

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

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

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

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