#EB547B

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

Shades of Dark Pink #EB547B

Tints of Dark Pink #EB547B

Color information

#EB547B (or 0xEB547B) is unknown color: approx Dark Pink. HEX triplet: EB, 54 and 7B. RGB value is (235,84,123). Sum of RGB (Red+Green+Blue) = 235+84+123=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB547B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB547B is #14AB84. Grayscale: #858585. Windows color (decimal): -1354629 or 8082667. OLE color: 8082667.

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

Color convert

RGB23584123-
CMYK00.640.480.08
HSL344.5º79.06%62.55%-
HSV(B)344.5º64.26%92.16%-
XYZ41.0125.4321.49-
YUV133.6122.03200.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.17%
GREEN value IS 84 (33.20% from 255) = 19.00%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=53.17%
G=19.00%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358412300.640.480.08344.579.0662.55
HexEB547B0403081594f3f
Octal3531241730100601053111777
Binary11101011101010011110110100000011000010001010110011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB547B; }

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

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

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

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

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

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

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

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