Html Css Color HEX #E882DA Pale Magenta

📋 copy color: '#E882DA'

red 232 ◦ green 130 ◦ blue 218

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

Shades of Pale Magenta #E882DA

Tints of Pale Magenta #E882DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 40%
G = 22.41%
B = 37.59%

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

#E882DA (or 0xE882DA) is known color: Pale Magenta. HEX triplet: E8, 82 and DA. RGB value is (232,130,218). Sum of RGB (Red+Green+Blue) = 232+130+218=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E882DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882DA is #177D25. Grayscale: #AAAAAA. Windows color (decimal): -1539366 or 14320360. OLE color: 14320360.

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

Color convert

RGB 232 130 218 -
CMYK 0 0.44 0.06 0.09
HSL 308.24º 0.69% 0.71% -
HSV(B) 308.24º 0.44% 0.91% -
XYZ 53.92 38.18 70.86 -
YUV 170.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 232 130 218 0 0.44 0.06 0.09 308.24 0.69 0.71
Hex E8 82 DA 0 2C 6 9 134 45 47
Octal 350 202 332 0 54 6 11 464 105 107
Binary 11101000 10000010 11011010 0 101100 110 1001 100110100 1000101 1000111

Color Harmonies of #E882DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E882DA

Black with #E882DA

Text Example


Text Example

White with #E882DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E882DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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