Html Css Color HEX #E886DE Pale Magenta

📋 copy color: '#E886DE'

red 232 ◦ green 134 ◦ blue 222

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

Shades of Pale Magenta #E886DE

Tints of Pale Magenta #E886DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.76%

R = 39.46%
G = 22.79%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E886DE (or 0xE886DE) is known color: Pale Magenta. HEX triplet: E8, 86 and DE. RGB value is (232,134,222). Sum of RGB (Red+Green+Blue) = 232+134+222=588 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.46% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 232 - color contains mainly: red. Hex color #E886DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886DE is #177921. Grayscale: #ADADAD. Windows color (decimal): -1538338 or 14583528. OLE color: 14583528.

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

Color convert

RGB 232 134 222 -
CMYK 0 0.42 0.04 0.09
HSL 306.12º 0.68% 0.72% -
HSV(B) 306.12º 0.42% 0.91% -
XYZ 54.99 39.48 73.83 -
YUV 173.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 232 134 222 0 0.42 0.04 0.09 306.12 0.68 0.72
Hex E8 86 DE 0 2A 4 9 132 44 48
Octal 350 206 336 0 52 4 11 462 104 110
Binary 11101000 10000110 11011110 0 101010 100 1001 100110010 1000100 1001000

Color Harmonies of #E886DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E886DE

Black with #E886DE

Text Example


Text Example

White with #E886DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E886DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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