Html Css Color HEX #E885DC Pale Magenta

📋 copy color: '#E885DC'

red 232 ◦ green 133 ◦ blue 220

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

Shades of Pale Magenta #E885DC

Tints of Pale Magenta #E885DC

RGB

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

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

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

R = 39.66%
G = 22.74%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E885DC (or 0xE885DC) is known color: Pale Magenta. HEX triplet: E8, 85 and DC. RGB value is (232,133,220). Sum of RGB (Red+Green+Blue) = 232+133+220=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 232 - color contains mainly: red. Hex color #E885DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885DC is #177A23. Grayscale: #ACACAC. Windows color (decimal): -1538596 or 14452200. OLE color: 14452200.

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

Color convert

RGB 232 133 220 -
CMYK 0 0.43 0.05 0.09
HSL 307.27º 0.68% 0.72% -
HSV(B) 307.27º 0.43% 0.91% -
XYZ 54.58 39.1 72.38 -
YUV 172.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 232 133 220 0 0.43 0.05 0.09 307.27 0.68 0.72
Hex E8 85 DC 0 2B 5 9 133 44 48
Octal 350 205 334 0 53 5 11 463 104 110
Binary 11101000 10000101 11011100 0 101011 101 1001 100110011 1000100 1001000

Color Harmonies of #E885DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885DC

Black with #E885DC

Text Example


Text Example

White with #E885DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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