#EB547C

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

Shades of Dark Pink #EB547C

Tints of Dark Pink #EB547C

Color information

#EB547C (or 0xEB547C) is unknown color: approx Dark Pink. HEX triplet: EB, 54 and 7C. RGB value is (235,84,124). Sum of RGB (Red+Green+Blue) = 235+84+124=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB547C is #14AB83. Grayscale: #858585. Windows color (decimal): -1354628 or 8148203. OLE color: 8148203.

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

Color convert

RGB23584124-
CMYK00.640.470.08
HSL344.11º79.06%62.55%-
HSV(B)344.11º64.26%92.16%-
XYZ41.0725.4621.82-
YUV133.71122.53200.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.05%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=53.05%
G=18.96%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358412400.640.470.08344.1179.0662.55
HexEB547C0402F81584f3f
Octal3531241740100571053011777
Binary11101011101010011111000100000010111110001010110001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB547C; }

 p { color: rgb(235,84,124); }

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

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

 a { background-color: rgb(235,84,124); }

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

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

 span { border-color: rgb(235,84,124); }

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