Html Css Color HEX #EB4677 Dark Pink

📋 copy color: '#EB4677'

red 235 ◦ green 70 ◦ blue 119

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

Shades of Dark Pink #EB4677

Tints of Dark Pink #EB4677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.51%

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

R = 55.42%
G = 16.51%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB4677 (or 0xEB4677) is known color: Dark Pink. HEX triplet: EB, 46 and 77. RGB value is (235,70,119). Sum of RGB (Red+Green+Blue) = 235+70+119=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4677 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4677 is #14B988. Grayscale: #7C7C7C. Windows color (decimal): -1358217 or 7816939. OLE color: 7816939.

HSL color Cylindrical-coordinate representation of color #EB4677: hue angle of 342.18º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB4677 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 70 119 -
CMYK 0 0.70 0.49 0.08
HSL 342.18º 0.8% 0.6% -
HSV(B) 342.18º 0.7% 0.92% -
XYZ 39.78 23.37 19.87 -
YUV 124.92 124.66 206.52 -
System Red Green Blue C M Y K H S L
Decimal 235 70 119 0 0.70 0.49 0.08 342.18 0.8 0.6
Hex EB 46 77 0 46 31 8 156 50 3C
Octal 353 106 167 0 106 61 10 526 120 74
Binary 11101011 1000110 1110111 0 1000110 110001 1000 101010110 1010000 111100

Color Harmonies of #EB4677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4677

Black with #EB4677

Text Example


Text Example

White with #EB4677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4677; }

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

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

background-color css

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

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

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

border-color css

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

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

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