Html Css Color HEX #EB5679 Dark Pink

📋 copy color: '#EB5679'

red 235 ◦ green 86 ◦ blue 121

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

Shades of Dark Pink #EB5679

Tints of Dark Pink #EB5679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.46%

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

R = 53.17%
G = 19.46%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB5679 (or 0xEB5679) is known color: Dark Pink. HEX triplet: EB, 56 and 79. RGB value is (235,86,121). Sum of RGB (Red+Green+Blue) = 235+86+121=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5679 is #14A986. Grayscale: #868686. Windows color (decimal): -1354119 or 7952107. OLE color: 7952107.

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

Color convert

RGB 235 86 121 -
CMYK 0 0.63 0.49 0.08
HSL 345.91º 0.79% 0.63% -
HSV(B) 345.91º 0.63% 0.92% -
XYZ 41.04 25.7 20.89 -
YUV 134.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 235 86 121 0 0.63 0.49 0.08 345.91 0.79 0.63
Hex EB 56 79 0 3F 31 8 15A 4F 3F
Octal 353 126 171 0 77 61 10 532 117 77
Binary 11101011 1010110 1111001 0 111111 110001 1000 101011010 1001111 111111

Color Harmonies of #EB5679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5679

Black with #EB5679

Text Example


Text Example

White with #EB5679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5679; }

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

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

background-color css

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

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

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

border-color css

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

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

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