Html Css Color HEX #EB517C Dark Pink

📋 copy color: '#EB517C'

red 235 ◦ green 81 ◦ blue 124

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

Shades of Dark Pink #EB517C

Tints of Dark Pink #EB517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.41%

 BLUE value IS 124 (48.83% from 255) = 28.18%

R = 53.41%
G = 18.41%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB517C (or 0xEB517C) is known color: Dark Pink. HEX triplet: EB, 51 and 7C. RGB value is (235,81,124). Sum of RGB (Red+Green+Blue) = 235+81+124=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB517C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB517C is #14AE83. Grayscale: #838383. Windows color (decimal): -1355396 or 8147435. OLE color: 8147435.

HSL color Cylindrical-coordinate representation of color #EB517C: hue angle of 343.25º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB517C is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 81 124 -
CMYK 0 0.66 0.47 0.08
HSL 343.25º 0.79% 0.62% -
HSV(B) 343.25º 0.66% 0.92% -
XYZ 40.84 25 21.74 -
YUV 131.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 235 81 124 0 0.66 0.47 0.08 343.25 0.79 0.62
Hex EB 51 7C 0 42 2F 8 157 4F 3E
Octal 353 121 174 0 102 57 10 527 117 76
Binary 11101011 1010001 1111100 0 1000010 101111 1000 101010111 1001111 111110

Color Harmonies of #EB517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB517C

Black with #EB517C

Text Example


Text Example

White with #EB517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB517C; }

 p { color: rgb(235,81,124); }

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

background-color css

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

 a { background-color: rgb(235,81,124); }

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

border-color css

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

 span { border-color: rgb(235,81,124); }

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