Html Css Color HEX #EB4679 Dark Pink

📋 copy color: '#EB4679'

red 235 ◦ green 70 ◦ blue 121

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

Shades of Dark Pink #EB4679

Tints of Dark Pink #EB4679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.4%

R = 55.16%
G = 16.43%
B = 28.4%

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

#EB4679 (or 0xEB4679) is known color: Dark Pink. HEX triplet: EB, 46 and 79. RGB value is (235,70,121). Sum of RGB (Red+Green+Blue) = 235+70+121=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4679 is #14B986. Grayscale: #7D7D7D. Windows color (decimal): -1358215 or 7948011. OLE color: 7948011.

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

Color convert

RGB 235 70 121 -
CMYK 0 0.70 0.49 0.08
HSL 341.45º 0.8% 0.6% -
HSV(B) 341.45º 0.7% 0.92% -
XYZ 39.9 23.42 20.51 -
YUV 125.15 125.66 206.35 -
System Red Green Blue C M Y K H S L
Decimal 235 70 121 0 0.70 0.49 0.08 341.45 0.8 0.6
Hex EB 46 79 0 46 31 8 155 50 3C
Octal 353 106 171 0 106 61 10 525 120 74
Binary 11101011 1000110 1111001 0 1000110 110001 1000 101010101 1010000 111100

Color Harmonies of #EB4679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4679

Black with #EB4679

Text Example


Text Example

White with #EB4679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4679; }

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

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

background-color css

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

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

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

border-color css

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

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

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