Html Css Color HEX #EB548D Dark Pink

📋 copy color: '#EB548D'

red 235 ◦ green 84 ◦ blue 141

#EB548D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EB548D

Tints of Dark Pink #EB548D

RGB

 RED value IS 235 (92.19% from 255) = 51.09%

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.64

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB548D (or 0xEB548D) is known color: 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

RGB 235 84 141 -
CMYK 0 0.64 0.4 0.08
HSL 337.35º 0.79% 0.63% -
HSV(B) 337.35º 0.64% 0.92% -
XYZ 42.24 25.93 27.98 -
YUV 135.65 131.03 198.87 -
System Red Green Blue C M Y K H S L
Decimal 235 84 141 0 0.64 0.4 0.08 337.35 0.79 0.63
Hex EB 54 8D 0 40 28 8 151 4F 3F
Octal 353 124 215 0 100 50 10 521 117 77
Binary 11101011 1010100 10001101 0 1000000 101000 1000 101010001 1001111 111111

Color Harmonies of #EB548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB548D

Black with #EB548D

Text Example


Text Example

White with #EB548D

Text Example


Text Example

HTML Codes & Css Web 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>