#EB617D

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

Shades of Dark Pink #EB617D

Tints of Dark Pink #EB617D

Color information

#EB617D (or 0xEB617D) is unknown color: approx Dark Pink. HEX triplet: EB, 61 and 7D. RGB value is (235,97,125). Sum of RGB (Red+Green+Blue) = 235+97+125=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB617D is #149E82. Grayscale: #8D8D8D. Windows color (decimal): -1351299 or 8217067. OLE color: 8217067.

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

Color convert

RGB23597125-
CMYK00.590.470.08
HSL347.83º77.53%65.1%-
HSV(B)347.83º58.72%92.16%-
XYZ42.2427.6922.52-
YUV141.45118.72194.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.42%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=51.42%
G=21.23%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359712500.590.470.08347.8377.5365.1
HexEB617D03B2F815c4e41
Octal3531411750735710534116101
Binary11101011110000111111010111011101111100010101110010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB617D; }

 p { color: rgb(235,97,125); }

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

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

 a { background-color: rgb(235,97,125); }

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

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

 span { border-color: rgb(235,97,125); }

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