#EB5F8C

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

Shades of Dark Pink #EB5F8C

Tints of Dark Pink #EB5F8C

Color information

#EB5F8C (or 0xEB5F8C) is unknown color: approx Dark Pink. HEX triplet: EB, 5F and 8C. RGB value is (235,95,140). Sum of RGB (Red+Green+Blue) = 235+95+140=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5F8C is #14A073. Grayscale: #8D8D8D. Windows color (decimal): -1351796 or 9199595. OLE color: 9199595.

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

Color convert

RGB23595140-
CMYK00.600.400.08
HSL340.71º77.78%64.71%-
HSV(B)340.71º59.57%92.16%-
XYZ43.0927.7427.89-
YUV141.99126.88194.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 20.21%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=50%
G=20.21%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359514000.600.400.08340.7177.7864.71
HexEB5F8C03C2881554e41
Octal3531372140745010525116101
Binary111010111011111100011000111100101000100010101010110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5F8C; }

 p { color: rgb(235,95,140); }

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

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

 a { background-color: rgb(235,95,140); }

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

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

 span { border-color: rgb(235,95,140); }

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