Html Css Color HEX #E885D6 Pale Magenta

📋 copy color: '#E885D6'

red 232 ◦ green 133 ◦ blue 214

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

Shades of Pale Magenta #E885D6

Tints of Pale Magenta #E885D6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.97%

 BLUE value IS 214 (83.98% from 255) = 36.96%

R = 40.07%
G = 22.97%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E885D6 (or 0xE885D6) is known color: Pale Magenta. HEX triplet: E8, 85 and D6. RGB value is (232,133,214). Sum of RGB (Red+Green+Blue) = 232+133+214=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E885D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885D6 is #177A29. Grayscale: #ABABAB. Windows color (decimal): -1538602 or 14058984. OLE color: 14058984.

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

Color convert

RGB 232 133 214 -
CMYK 0 0.43 0.08 0.09
HSL 310.91º 0.68% 0.72% -
HSV(B) 310.91º 0.43% 0.91% -
XYZ 53.8 38.79 68.27 -
YUV 171.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 232 133 214 0 0.43 0.08 0.09 310.91 0.68 0.72
Hex E8 85 D6 0 2B 8 9 137 44 48
Octal 350 205 326 0 53 10 11 467 104 110
Binary 11101000 10000101 11010110 0 101011 1000 1001 100110111 1000100 1001000

Color Harmonies of #E885D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885D6

Black with #E885D6

Text Example


Text Example

White with #E885D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885D6; }

 p { color: rgb(232,133,214); }

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

background-color css

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

 a { background-color: rgb(232,133,214); }

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

border-color css

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

 span { border-color: rgb(232,133,214); }

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