Html Css Color HEX #EB5978 Dark Pink

📋 copy color: '#EB5978'

red 235 ◦ green 89 ◦ blue 120

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

Shades of Dark Pink #EB5978

Tints of Dark Pink #EB5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 52.93%
G = 20.05%
B = 27.03%

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

#EB5978 (or 0xEB5978) is known color: Dark Pink. HEX triplet: EB, 59 and 78. RGB value is (235,89,120). Sum of RGB (Red+Green+Blue) = 235+89+120=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5978 is #14A687. Grayscale: #888888. Windows color (decimal): -1353352 or 7887339. OLE color: 7887339.

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

Color convert

RGB 235 89 120 -
CMYK 0 0.62 0.49 0.08
HSL 347.26º 0.78% 0.64% -
HSV(B) 347.26º 0.62% 0.92% -
XYZ 41.22 26.16 20.65 -
YUV 136.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 235 89 120 0 0.62 0.49 0.08 347.26 0.78 0.64
Hex EB 59 78 0 3E 31 8 15B 4E 40
Octal 353 131 170 0 76 61 10 533 116 100
Binary 11101011 1011001 1111000 0 111110 110001 1000 101011011 1001110 1000000

Color Harmonies of #EB5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5978

Black with #EB5978

Text Example


Text Example

White with #EB5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5978; }

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

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

background-color css

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

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

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

border-color css

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

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

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