Html Css Color HEX #E882DB Pale Magenta

📋 copy color: '#E882DB'

red 232 ◦ green 130 ◦ blue 219

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

Shades of Pale Magenta #E882DB

Tints of Pale Magenta #E882DB

RGB

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

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

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

R = 39.93%
G = 22.38%
B = 37.69%

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

#E882DB (or 0xE882DB) is known color: Pale Magenta. HEX triplet: E8, 82 and DB. RGB value is (232,130,219). Sum of RGB (Red+Green+Blue) = 232+130+219=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E882DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882DB is #177D24. Grayscale: #AAAAAA. Windows color (decimal): -1539365 or 14385896. OLE color: 14385896.

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

Color convert

RGB 232 130 219 -
CMYK 0 0.44 0.06 0.09
HSL 307.65º 0.69% 0.71% -
HSV(B) 307.65º 0.44% 0.91% -
XYZ 54.05 38.24 71.55 -
YUV 170.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 232 130 219 0 0.44 0.06 0.09 307.65 0.69 0.71
Hex E8 82 DB 0 2C 6 9 134 45 47
Octal 350 202 333 0 54 6 11 464 105 107
Binary 11101000 10000010 11011011 0 101100 110 1001 100110100 1000101 1000111

Color Harmonies of #E882DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E882DB

Black with #E882DB

Text Example


Text Example

White with #E882DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E882DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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