Html Css Color HEX #E884DB Pale Magenta

📋 copy color: '#E884DB'

red 232 ◦ green 132 ◦ blue 219

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

Shades of Pale Magenta #E884DB

Tints of Pale Magenta #E884DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.64%

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

R = 39.79%
G = 22.64%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E884DB (or 0xE884DB) is known color: Pale Magenta. HEX triplet: E8, 84 and DB. RGB value is (232,132,219). Sum of RGB (Red+Green+Blue) = 232+132+219=583 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.79% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 232 - color contains mainly: red. Hex color #E884DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884DB is #177B24. Grayscale: #ABABAB. Windows color (decimal): -1538853 or 14386408. OLE color: 14386408.

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

Color convert

RGB 232 132 219 -
CMYK 0 0.43 0.06 0.09
HSL 307.8º 0.68% 0.71% -
HSV(B) 307.8º 0.43% 0.91% -
XYZ 54.32 38.77 71.64 -
YUV 171.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 232 132 219 0 0.43 0.06 0.09 307.8 0.68 0.71
Hex E8 84 DB 0 2B 6 9 134 44 47
Octal 350 204 333 0 53 6 11 464 104 107
Binary 11101000 10000100 11011011 0 101011 110 1001 100110100 1000100 1000111

Color Harmonies of #E884DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E884DB

Black with #E884DB

Text Example


Text Example

White with #E884DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E884DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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