Html Css Color HEX #E87ED9 Pale Magenta

📋 copy color: '#E87ED9'

red 232 ◦ green 126 ◦ blue 217

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

Shades of Pale Magenta #E87ED9

Tints of Pale Magenta #E87ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.74%

R = 40.35%
G = 21.91%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E87ED9 (or 0xE87ED9) is known color: Pale Magenta. HEX triplet: E8, 7E and D9. RGB value is (232,126,217). Sum of RGB (Red+Green+Blue) = 232+126+217=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E87ED9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87ED9 is #178126. Grayscale: #A7A7A7. Windows color (decimal): -1540391 or 14253800. OLE color: 14253800.

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

Color convert

RGB 232 126 217 -
CMYK 0 0.46 0.06 0.09
HSL 308.49º 0.7% 0.7% -
HSV(B) 308.49º 0.46% 0.91% -
XYZ 53.26 37.09 70 -
YUV 168.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 232 126 217 0 0.46 0.06 0.09 308.49 0.7 0.7
Hex E8 7E D9 0 2E 6 9 134 46 46
Octal 350 176 331 0 56 6 11 464 106 106
Binary 11101000 1111110 11011001 0 101110 110 1001 100110100 1000110 1000110

Color Harmonies of #E87ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87ED9

Black with #E87ED9

Text Example


Text Example

White with #E87ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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