Html Css Color HEX #EB4E77 Dark Pink

📋 copy color: '#EB4E77'

red 235 ◦ green 78 ◦ blue 119

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

Shades of Dark Pink #EB4E77

Tints of Dark Pink #EB4E77

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.06%

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

R = 54.4%
G = 18.06%
B = 27.55%

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

#EB4E77 (or 0xEB4E77) is known color: Dark Pink. HEX triplet: EB, 4E and 77. RGB value is (235,78,119). Sum of RGB (Red+Green+Blue) = 235+78+119=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4E77 is #14B188. Grayscale: #818181. Windows color (decimal): -1356169 or 7818987. OLE color: 7818987.

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

Color convert

RGB 235 78 119 -
CMYK 0 0.67 0.49 0.08
HSL 344.33º 0.8% 0.61% -
HSV(B) 344.33º 0.67% 0.92% -
XYZ 40.32 24.44 20.05 -
YUV 129.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 235 78 119 0 0.67 0.49 0.08 344.33 0.8 0.61
Hex EB 4E 77 0 43 31 8 158 50 3D
Octal 353 116 167 0 103 61 10 530 120 75
Binary 11101011 1001110 1110111 0 1000011 110001 1000 101011000 1010000 111101

Color Harmonies of #EB4E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4E77

Black with #EB4E77

Text Example


Text Example

White with #EB4E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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