Html Css Color HEX #E84580 Dark Pink

📋 copy color: '#E84580'

red 232 ◦ green 69 ◦ blue 128

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

Shades of Dark Pink #E84580

Tints of Dark Pink #E84580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.08%

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

R = 54.08%
G = 16.08%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E84580 (or 0xE84580) is known color: Dark Pink. HEX triplet: E8, 45 and 80. RGB value is (232,69,128). Sum of RGB (Red+Green+Blue) = 232+69+128=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E84580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84580 is #17BA7F. Grayscale: #7C7C7C. Windows color (decimal): -1555072 or 8406504. OLE color: 8406504.

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

Color convert

RGB 232 69 128 -
CMYK 0 0.70 0.45 0.09
HSL 338.28º 0.78% 0.59% -
HSV(B) 338.28º 0.7% 0.91% -
XYZ 39.3 22.97 22.78 -
YUV 124.46 130 204.7 -
System Red Green Blue C M Y K H S L
Decimal 232 69 128 0 0.70 0.45 0.09 338.28 0.78 0.59
Hex E8 45 80 0 46 2D 9 152 4E 3B
Octal 350 105 200 0 106 55 11 522 116 73
Binary 11101000 1000101 10000000 0 1000110 101101 1001 101010010 1001110 111011

Color Harmonies of #E84580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84580

Black with #E84580

Text Example


Text Example

White with #E84580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84580; }

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

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

background-color css

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

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

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

border-color css

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

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

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