#EB5E79

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

Shades of Dark Pink #EB5E79

Tints of Dark Pink #EB5E79

Color information

#EB5E79 (or 0xEB5E79) is unknown color: approx Dark Pink. HEX triplet: EB, 5E and 79. RGB value is (235,94,121). Sum of RGB (Red+Green+Blue) = 235+94+121=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5E79 is #14A186. Grayscale: #8B8B8B. Windows color (decimal): -1352071 or 7954155. OLE color: 7954155.

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

Color convert

RGB23594121-
CMYK00.60.490.08
HSL348.51º77.9%64.51%-
HSV(B)348.51º60%92.16%-
XYZ41.7127.0521.11-
YUV139.24117.71196.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.22%
GREEN value IS 94 (37.11% from 255) = 20.89%
BLUE value IS 121 (47.66% from 255) = 26.89%
R=52.22%
G=20.89%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359412100.60.490.08348.5177.964.51
HexEB5E7903C31815d4e41
Octal3531361710746110535116101
Binary11101011101111011110010111100110001100010101110110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5E79; }

 p { color: rgb(235,94,121); }

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

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

 a { background-color: rgb(235,94,121); }

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

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

 span { border-color: rgb(235,94,121); }

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