Html Css Color HEX #E880DC Pale Magenta

📋 copy color: '#E880DC'

red 232 ◦ green 128 ◦ blue 220

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

Shades of Pale Magenta #E880DC

Tints of Pale Magenta #E880DC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.07%

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 40%
G = 22.07%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E880DC (or 0xE880DC) is known color: Pale Magenta. HEX triplet: E8, 80 and DC. RGB value is (232,128,220). Sum of RGB (Red+Green+Blue) = 232+128+220=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E880DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880DC is #177F23. Grayscale: #A9A9A9. Windows color (decimal): -1539876 or 14450920. OLE color: 14450920.

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

Color convert

RGB 232 128 220 -
CMYK 0 0.45 0.05 0.09
HSL 306.92º 0.69% 0.71% -
HSV(B) 306.92º 0.45% 0.91% -
XYZ 53.92 37.76 72.16 -
YUV 169.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 232 128 220 0 0.45 0.05 0.09 306.92 0.69 0.71
Hex E8 80 DC 0 2D 5 9 133 45 47
Octal 350 200 334 0 55 5 11 463 105 107
Binary 11101000 10000000 11011100 0 101101 101 1001 100110011 1000101 1000111

Color Harmonies of #E880DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880DC

Black with #E880DC

Text Example


Text Example

White with #E880DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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