Html Css Color HEX #E84380 Dark Pink

📋 copy color: '#E84380'

red 232 ◦ green 67 ◦ blue 128

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

Shades of Dark Pink #E84380

Tints of Dark Pink #E84380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.69%

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

R = 54.33%
G = 15.69%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E84380 (or 0xE84380) is known color: Dark Pink. HEX triplet: E8, 43 and 80. RGB value is (232,67,128). Sum of RGB (Red+Green+Blue) = 232+67+128=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E84380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84380 is #17BC7F. Grayscale: #7B7B7B. Windows color (decimal): -1555584 or 8405992. OLE color: 8405992.

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

Color convert

RGB 232 67 128 -
CMYK 0 0.71 0.45 0.09
HSL 337.82º 0.78% 0.59% -
HSV(B) 337.82º 0.71% 0.91% -
XYZ 39.18 22.73 22.74 -
YUV 123.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 232 67 128 0 0.71 0.45 0.09 337.82 0.78 0.59
Hex E8 43 80 0 47 2D 9 152 4E 3B
Octal 350 103 200 0 107 55 11 522 116 73
Binary 11101000 1000011 10000000 0 1000111 101101 1001 101010010 1001110 111011

Color Harmonies of #E84380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84380

Black with #E84380

Text Example


Text Example

White with #E84380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84380; }

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

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

background-color css

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

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

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

border-color css

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

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

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