Html Css Color HEX #E880DB Pale Magenta

📋 copy color: '#E880DB'

red 232 ◦ green 128 ◦ blue 219

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

Shades of Pale Magenta #E880DB

Tints of Pale Magenta #E880DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.82%

R = 40.07%
G = 22.11%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E880DB (or 0xE880DB) is known color: Pale Magenta. HEX triplet: E8, 80 and DB. RGB value is (232,128,219). Sum of RGB (Red+Green+Blue) = 232+128+219=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E880DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880DB is #177F24. Grayscale: #A9A9A9. Windows color (decimal): -1539877 or 14385384. OLE color: 14385384.

HSL color Cylindrical-coordinate representation of color #E880DB: hue angle of 307.5º 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 #E880DB is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 128 219 -
CMYK 0 0.45 0.06 0.09
HSL 307.5º 0.69% 0.71% -
HSV(B) 307.5º 0.45% 0.91% -
XYZ 53.78 37.71 71.46 -
YUV 169.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 232 128 219 0 0.45 0.06 0.09 307.5 0.69 0.71
Hex E8 80 DB 0 2D 6 9 134 45 47
Octal 350 200 333 0 55 6 11 464 105 107
Binary 11101000 10000000 11011011 0 101101 110 1001 100110100 1000101 1000111

Color Harmonies of #E880DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880DB

Black with #E880DB

Text Example


Text Example

White with #E880DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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