Html Css Color HEX #EB4D80 Dark Pink

📋 copy color: '#EB4D80'

red 235 ◦ green 77 ◦ blue 128

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

Shades of Dark Pink #EB4D80

Tints of Dark Pink #EB4D80

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.5%

 BLUE value IS 128 (50.39% from 255) = 29.09%

R = 53.41%
G = 17.5%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB4D80 (or 0xEB4D80) is known color: Dark Pink. HEX triplet: EB, 4D and 80. RGB value is (235,77,128). Sum of RGB (Red+Green+Blue) = 235+77+128=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4D80 is #14B27F. Grayscale: #828282. Windows color (decimal): -1356416 or 8408555. OLE color: 8408555.

HSL color Cylindrical-coordinate representation of color #EB4D80: hue angle of 340.63º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4D80 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 77 128 -
CMYK 0 0.67 0.46 0.08
HSL 340.63º 0.8% 0.61% -
HSV(B) 340.63º 0.67% 0.92% -
XYZ 40.81 24.53 23.01 -
YUV 130.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 235 77 128 0 0.67 0.46 0.08 340.63 0.8 0.61
Hex EB 4D 80 0 43 2E 8 155 50 3D
Octal 353 115 200 0 103 56 10 525 120 75
Binary 11101011 1001101 10000000 0 1000011 101110 1000 101010101 1010000 111101

Color Harmonies of #EB4D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D80

Black with #EB4D80

Text Example


Text Example

White with #EB4D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D80; }

 p { color: rgb(235,77,128); }

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

background-color css

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

 a { background-color: rgb(235,77,128); }

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

border-color css

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

 span { border-color: rgb(235,77,128); }

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