Html Css Color HEX #E85C79 Dark Pink

📋 copy color: '#E85C79'

red 232 ◦ green 92 ◦ blue 121

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

Shades of Dark Pink #E85C79

Tints of Dark Pink #E85C79

RGB

 RED value IS 232 (91.02% from 255) = 52.13%

 GREEN value IS 92 (36.33% from 255) = 20.67%

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

R = 52.13%
G = 20.67%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E85C79 (or 0xE85C79) is known color: Dark Pink. HEX triplet: E8, 5C and 79. RGB value is (232,92,121). Sum of RGB (Red+Green+Blue) = 232+92+121=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C79 is #17A386. Grayscale: #898989. Windows color (decimal): -1549191 or 7953640. OLE color: 7953640.

HSL color Cylindrical-coordinate representation of color #E85C79: hue angle of 347.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85C79 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 92 121 -
CMYK 0 0.60 0.48 0.09
HSL 347.57º 0.75% 0.64% -
HSV(B) 347.57º 0.6% 0.91% -
XYZ 40.56 26.19 21.01 -
YUV 137.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 232 92 121 0 0.60 0.48 0.09 347.57 0.75 0.64
Hex E8 5C 79 0 3C 30 9 15C 4B 40
Octal 350 134 171 0 74 60 11 534 113 100
Binary 11101000 1011100 1111001 0 111100 110000 1001 101011100 1001011 1000000

Color Harmonies of #E85C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85C79

Black with #E85C79

Text Example


Text Example

White with #E85C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85C79; }

 p { color: rgb(232,92,121); }

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

background-color css

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

 a { background-color: rgb(232,92,121); }

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

border-color css

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

 span { border-color: rgb(232,92,121); }

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