Html Css Color HEX #EB516D Dark Pink

📋 copy color: '#EB516D'

red 235 ◦ green 81 ◦ blue 109

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

Shades of Dark Pink #EB516D

Tints of Dark Pink #EB516D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 55.29%
G = 19.06%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB516D (or 0xEB516D) is known color: Dark Pink. HEX triplet: EB, 51 and 6D. RGB value is (235,81,109). Sum of RGB (Red+Green+Blue) = 235+81+109=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB516D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB516D is #14AE92. Grayscale: #828282. Windows color (decimal): -1355411 or 7164395. OLE color: 7164395.

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

Color convert

RGB 235 81 109 -
CMYK 0 0.66 0.54 0.08
HSL 349.09º 0.79% 0.62% -
HSV(B) 349.09º 0.66% 0.92% -
XYZ 39.96 24.65 17.12 -
YUV 130.24 116.02 202.72 -
System Red Green Blue C M Y K H S L
Decimal 235 81 109 0 0.66 0.54 0.08 349.09 0.79 0.62
Hex EB 51 6D 0 42 36 8 15D 4F 3E
Octal 353 121 155 0 102 66 10 535 117 76
Binary 11101011 1010001 1101101 0 1000010 110110 1000 101011101 1001111 111110

Color Harmonies of #EB516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB516D

Black with #EB516D

Text Example


Text Example

White with #EB516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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