Html Css Color HEX #EB547C Dark Pink

📋 copy color: '#EB547C'

red 235 ◦ green 84 ◦ blue 124

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

Shades of Dark Pink #EB547C

Tints of Dark Pink #EB547C

RGB

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

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

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

RGB 235 84 124 -
CMYK 0 0.64 0.47 0.08
HSL 344.11º 0.79% 0.63% -
HSV(B) 344.11º 0.64% 0.92% -
XYZ 41.07 25.46 21.82 -
YUV 133.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 235 84 124 0 0.64 0.47 0.08 344.11 0.79 0.63
Hex EB 54 7C 0 40 2F 8 158 4F 3F
Octal 353 124 174 0 100 57 10 530 117 77
Binary 11101011 1010100 1111100 0 1000000 101111 1000 101011000 1001111 111111

Color Harmonies of #EB547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB547C

Black with #EB547C

Text Example


Text Example

White with #EB547C

Text Example


Text Example

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