Html Css Color HEX #EB547D Dark Pink

📋 copy color: '#EB547D'

red 235 ◦ green 84 ◦ blue 125

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

Shades of Dark Pink #EB547D

Tints of Dark Pink #EB547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.92%

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 52.93%
G = 18.92%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB547D (or 0xEB547D) is known color: Dark Pink. HEX triplet: EB, 54 and 7D. RGB value is (235,84,125). Sum of RGB (Red+Green+Blue) = 235+84+125=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB547D is #14AB82. Grayscale: #858585. Windows color (decimal): -1354627 or 8213739. OLE color: 8213739.

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

Color convert

RGB 235 84 125 -
CMYK 0 0.64 0.47 0.08
HSL 343.71º 0.79% 0.63% -
HSV(B) 343.71º 0.64% 0.92% -
XYZ 41.13 25.48 22.15 -
YUV 133.82 123.03 200.17 -
System Red Green Blue C M Y K H S L
Decimal 235 84 125 0 0.64 0.47 0.08 343.71 0.79 0.63
Hex EB 54 7D 0 40 2F 8 158 4F 3F
Octal 353 124 175 0 100 57 10 530 117 77
Binary 11101011 1010100 1111101 0 1000000 101111 1000 101011000 1001111 111111

Color Harmonies of #EB547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB547D

Black with #EB547D

Text Example


Text Example

White with #EB547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB547D; }

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

 H1.HeaderClassName
 {
   color: #EB547D;
 }
 .AnyTagClassName
 {
   color: #EB547D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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