Html Css Color HEX #E85F80 Dark Pink

📋 copy color: '#E85F80'

red 232 ◦ green 95 ◦ blue 128

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

Shades of Dark Pink #E85F80

Tints of Dark Pink #E85F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.88%

 BLUE value IS 128 (50.39% from 255) = 28.13%

R = 50.99%
G = 20.88%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E85F80 (or 0xE85F80) is known color: Dark Pink. HEX triplet: E8, 5F and 80. RGB value is (232,95,128). Sum of RGB (Red+Green+Blue) = 232+95+128=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85F80 is #17A07F. Grayscale: #8B8B8B. Windows color (decimal): -1548416 or 8413160. OLE color: 8413160.

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

Color convert

RGB 232 95 128 -
CMYK 0 0.59 0.45 0.09
HSL 345.55º 0.75% 0.64% -
HSV(B) 345.55º 0.59% 0.91% -
XYZ 41.27 26.9 23.44 -
YUV 139.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 232 95 128 0 0.59 0.45 0.09 345.55 0.75 0.64
Hex E8 5F 80 0 3B 2D 9 15A 4B 40
Octal 350 137 200 0 73 55 11 532 113 100
Binary 11101000 1011111 10000000 0 111011 101101 1001 101011010 1001011 1000000

Color Harmonies of #E85F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F80

Black with #E85F80

Text Example


Text Example

White with #E85F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F80; }

 p { color: rgb(232,95,128); }

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

background-color css

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

 a { background-color: rgb(232,95,128); }

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

border-color css

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

 span { border-color: rgb(232,95,128); }

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