Html Css Color HEX #EB4D77 Dark Pink

📋 copy color: '#EB4D77'

red 235 ◦ green 77 ◦ blue 119

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

Shades of Dark Pink #EB4D77

Tints of Dark Pink #EB4D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 54.52%
G = 17.87%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB4D77 (or 0xEB4D77) is known color: Dark Pink. HEX triplet: EB, 4D and 77. RGB value is (235,77,119). Sum of RGB (Red+Green+Blue) = 235+77+119=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D77 is #14B288. Grayscale: #818181. Windows color (decimal): -1356425 or 7818731. OLE color: 7818731.

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

Color convert

RGB 235 77 119 -
CMYK 0 0.67 0.49 0.08
HSL 344.05º 0.8% 0.61% -
HSV(B) 344.05º 0.67% 0.92% -
XYZ 40.24 24.3 20.02 -
YUV 129.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 235 77 119 0 0.67 0.49 0.08 344.05 0.8 0.61
Hex EB 4D 77 0 43 31 8 158 50 3D
Octal 353 115 167 0 103 61 10 530 120 75
Binary 11101011 1001101 1110111 0 1000011 110001 1000 101011000 1010000 111101

Color Harmonies of #EB4D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D77

Black with #EB4D77

Text Example


Text Example

White with #EB4D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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