#EB548D

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

Shades of Dark Pink #EB548D

Tints of Dark Pink #EB548D

Color information

#EB548D (or 0xEB548D) is unknown color: approx Dark Pink. HEX triplet: EB, 54 and 8D. RGB value is (235,84,141). Sum of RGB (Red+Green+Blue) = 235+84+141=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB548D is #14AB72. Grayscale: #878787. Windows color (decimal): -1354611 or 9262315. OLE color: 9262315.

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

Color convert

RGB23584141-
CMYK00.640.40.08
HSL337.35º79.06%62.55%-
HSV(B)337.35º64.26%92.16%-
XYZ42.2425.9327.98-
YUV135.65131.03198.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.09%
GREEN value IS 84 (33.20% from 255) = 18.26%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=51.09%
G=18.26%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358414100.640.40.08337.3579.0662.55
HexEB548D0402881514f3f
Octal3531242150100501052111777
Binary111010111010100100011010100000010100010001010100011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB548D; }

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

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

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

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

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

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

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

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