Html Css Color HEX #E84C80 Dark Pink

📋 copy color: '#E84C80'

red 232 ◦ green 76 ◦ blue 128

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

Shades of Dark Pink #E84C80

Tints of Dark Pink #E84C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.43%

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

R = 53.21%
G = 17.43%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E84C80 (or 0xE84C80) is known color: Dark Pink. HEX triplet: E8, 4C and 80. RGB value is (232,76,128). Sum of RGB (Red+Green+Blue) = 232+76+128=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E84C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84C80 is #17B37F. Grayscale: #808080. Windows color (decimal): -1553280 or 8408296. OLE color: 8408296.

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

Color convert

RGB 232 76 128 -
CMYK 0 0.67 0.45 0.09
HSL 340º 0.77% 0.6% -
HSV(B) 340º 0.67% 0.91% -
XYZ 39.76 23.88 22.94 -
YUV 128.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 232 76 128 0 0.67 0.45 0.09 340 0.77 0.6
Hex E8 4C 80 0 43 2D 9 154 4D 3C
Octal 350 114 200 0 103 55 11 524 115 74
Binary 11101000 1001100 10000000 0 1000011 101101 1001 101010100 1001101 111100

Color Harmonies of #E84C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84C80

Black with #E84C80

Text Example


Text Example

White with #E84C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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