Html Css Color HEX #E882D9 Pale Magenta

📋 copy color: '#E882D9'

red 232 ◦ green 130 ◦ blue 217

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

Shades of Pale Magenta #E882D9

Tints of Pale Magenta #E882D9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.45%

 BLUE value IS 217 (85.16% from 255) = 37.48%

R = 40.07%
G = 22.45%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E882D9 (or 0xE882D9) is known color: Pale Magenta. HEX triplet: E8, 82 and D9. RGB value is (232,130,217). Sum of RGB (Red+Green+Blue) = 232+130+217=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E882D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882D9 is #177D26. Grayscale: #AAAAAA. Windows color (decimal): -1539367 or 14254824. OLE color: 14254824.

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

Color convert

RGB 232 130 217 -
CMYK 0 0.44 0.06 0.09
HSL 308.82º 0.69% 0.71% -
HSV(B) 308.82º 0.44% 0.91% -
XYZ 53.79 38.13 70.17 -
YUV 170.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 232 130 217 0 0.44 0.06 0.09 308.82 0.69 0.71
Hex E8 82 D9 0 2C 6 9 135 45 47
Octal 350 202 331 0 54 6 11 465 105 107
Binary 11101000 10000010 11011001 0 101100 110 1001 100110101 1000101 1000111

Color Harmonies of #E882D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E882D9

Black with #E882D9

Text Example


Text Example

White with #E882D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E882D9; }

 p { color: rgb(232,130,217); }

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

background-color css

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

 a { background-color: rgb(232,130,217); }

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

border-color css

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

 span { border-color: rgb(232,130,217); }

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