Html Css Color HEX #E886DB Pale Magenta

📋 copy color: '#E886DB'

red 232 ◦ green 134 ◦ blue 219

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

Shades of Pale Magenta #E886DB

Tints of Pale Magenta #E886DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.91%

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

R = 39.66%
G = 22.91%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E886DB (or 0xE886DB) is known color: Pale Magenta. HEX triplet: E8, 86 and DB. RGB value is (232,134,219). Sum of RGB (Red+Green+Blue) = 232+134+219=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 232 - color contains mainly: red. Hex color #E886DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886DB is #177924. Grayscale: #ACACAC. Windows color (decimal): -1538341 or 14386920. OLE color: 14386920.

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

Color convert

RGB 232 134 219 -
CMYK 0 0.42 0.06 0.09
HSL 307.96º 0.68% 0.72% -
HSV(B) 307.96º 0.42% 0.91% -
XYZ 54.59 39.32 71.73 -
YUV 172.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 232 134 219 0 0.42 0.06 0.09 307.96 0.68 0.72
Hex E8 86 DB 0 2A 6 9 134 44 48
Octal 350 206 333 0 52 6 11 464 104 110
Binary 11101000 10000110 11011011 0 101010 110 1001 100110100 1000100 1001000

Color Harmonies of #E886DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E886DB

Black with #E886DB

Text Example


Text Example

White with #E886DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E886DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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