Html Css Color HEX #E87EDC Pale Magenta

📋 copy color: '#E87EDC'

red 232 ◦ green 126 ◦ blue 220

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

Shades of Pale Magenta #E87EDC

Tints of Pale Magenta #E87EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.8%

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

R = 40.14%
G = 21.8%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E87EDC (or 0xE87EDC) is known color: Pale Magenta. HEX triplet: E8, 7E and DC. RGB value is (232,126,220). Sum of RGB (Red+Green+Blue) = 232+126+220=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 232 - color contains mainly: red. Hex color #E87EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87EDC is #178123. Grayscale: #A8A8A8. Windows color (decimal): -1540388 or 14450408. OLE color: 14450408.

HSL color Cylindrical-coordinate representation of color #E87EDC: hue angle of 306.79º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87EDC is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 126 220 -
CMYK 0 0.46 0.05 0.09
HSL 306.79º 0.7% 0.7% -
HSV(B) 306.79º 0.46% 0.91% -
XYZ 53.66 37.24 72.07 -
YUV 168.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 232 126 220 0 0.46 0.05 0.09 306.79 0.7 0.7
Hex E8 7E DC 0 2E 5 9 133 46 46
Octal 350 176 334 0 56 5 11 463 106 106
Binary 11101000 1111110 11011100 0 101110 101 1001 100110011 1000110 1000110

Color Harmonies of #E87EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87EDC

Black with #E87EDC

Text Example


Text Example

White with #E87EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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