Html Css Color HEX #E886DC Pale Magenta

📋 copy color: '#E886DC'

red 232 ◦ green 134 ◦ blue 220

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

Shades of Pale Magenta #E886DC

Tints of Pale Magenta #E886DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 39.59%
G = 22.87%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E886DC (or 0xE886DC) is known color: Pale Magenta. HEX triplet: E8, 86 and DC. RGB value is (232,134,220). Sum of RGB (Red+Green+Blue) = 232+134+220=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E886DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886DC is #177923. Grayscale: #ACACAC. Windows color (decimal): -1538340 or 14452456. OLE color: 14452456.

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

Color convert

RGB 232 134 220 -
CMYK 0 0.42 0.05 0.09
HSL 307.35º 0.68% 0.72% -
HSV(B) 307.35º 0.42% 0.91% -
XYZ 54.72 39.37 72.43 -
YUV 173.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 232 134 220 0 0.42 0.05 0.09 307.35 0.68 0.72
Hex E8 86 DC 0 2A 5 9 133 44 48
Octal 350 206 334 0 52 5 11 463 104 110
Binary 11101000 10000110 11011100 0 101010 101 1001 100110011 1000100 1001000

Color Harmonies of #E886DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E886DC

Black with #E886DC

Text Example


Text Example

White with #E886DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E886DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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