Html Css Color HEX #E85080 Dark Pink

📋 copy color: '#E85080'

red 232 ◦ green 80 ◦ blue 128

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

Shades of Dark Pink #E85080

Tints of Dark Pink #E85080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.18%

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

R = 52.73%
G = 18.18%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E85080 (or 0xE85080) is known color: Dark Pink. HEX triplet: E8, 50 and 80. RGB value is (232,80,128). Sum of RGB (Red+Green+Blue) = 232+80+128=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E85080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85080 is #17AF7F. Grayscale: #828282. Windows color (decimal): -1552256 or 8409320. OLE color: 8409320.

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

Color convert

RGB 232 80 128 -
CMYK 0 0.66 0.45 0.09
HSL 341.05º 0.77% 0.61% -
HSV(B) 341.05º 0.66% 0.91% -
XYZ 40.04 24.45 23.03 -
YUV 130.92 126.36 200.1 -
System Red Green Blue C M Y K H S L
Decimal 232 80 128 0 0.66 0.45 0.09 341.05 0.77 0.61
Hex E8 50 80 0 42 2D 9 155 4D 3D
Octal 350 120 200 0 102 55 11 525 115 75
Binary 11101000 1010000 10000000 0 1000010 101101 1001 101010101 1001101 111101

Color Harmonies of #E85080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85080

Black with #E85080

Text Example


Text Example

White with #E85080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85080; }

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

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

background-color css

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

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

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

border-color css

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

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

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