Html Css Color HEX #EB5979 Dark Pink

📋 copy color: '#EB5979'

red 235 ◦ green 89 ◦ blue 121

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

Shades of Dark Pink #EB5979

Tints of Dark Pink #EB5979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20%

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

R = 52.81%
G = 20%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB5979 (or 0xEB5979) is known color: Dark Pink. HEX triplet: EB, 59 and 79. RGB value is (235,89,121). Sum of RGB (Red+Green+Blue) = 235+89+121=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5979 is #14A686. Grayscale: #888888. Windows color (decimal): -1353351 or 7952875. OLE color: 7952875.

HSL color Cylindrical-coordinate representation of color #EB5979: hue angle of 346.85º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB5979 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 89 121 -
CMYK 0 0.62 0.49 0.08
HSL 346.85º 0.78% 0.64% -
HSV(B) 346.85º 0.62% 0.92% -
XYZ 41.28 26.19 20.97 -
YUV 136.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 235 89 121 0 0.62 0.49 0.08 346.85 0.78 0.64
Hex EB 59 79 0 3E 31 8 15B 4E 40
Octal 353 131 171 0 76 61 10 533 116 100
Binary 11101011 1011001 1111001 0 111110 110001 1000 101011011 1001110 1000000

Color Harmonies of #EB5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5979

Black with #EB5979

Text Example


Text Example

White with #EB5979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5979; }

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

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

background-color css

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

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

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

border-color css

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

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

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