Html Css Color HEX #E880DD Pale Magenta

📋 copy color: '#E880DD'

red 232 ◦ green 128 ◦ blue 221

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

Shades of Pale Magenta #E880DD

Tints of Pale Magenta #E880DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 39.93%
G = 22.03%
B = 38.04%

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

#E880DD (or 0xE880DD) is known color: Pale Magenta. HEX triplet: E8, 80 and DD. RGB value is (232,128,221). Sum of RGB (Red+Green+Blue) = 232+128+221=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E880DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880DD is #177F22. Grayscale: #A9A9A9. Windows color (decimal): -1539875 or 14516456. OLE color: 14516456.

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

Color convert

RGB 232 128 221 -
CMYK 0 0.45 0.05 0.09
HSL 306.35º 0.69% 0.71% -
HSV(B) 306.35º 0.45% 0.91% -
XYZ 54.05 37.81 72.86 -
YUV 169.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 232 128 221 0 0.45 0.05 0.09 306.35 0.69 0.71
Hex E8 80 DD 0 2D 5 9 132 45 47
Octal 350 200 335 0 55 5 11 462 105 107
Binary 11101000 10000000 11011101 0 101101 101 1001 100110010 1000101 1000111

Color Harmonies of #E880DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880DD

Black with #E880DD

Text Example


Text Example

White with #E880DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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