Html Css Color HEX #E87EDB Pale Magenta

📋 copy color: '#E87EDB'

red 232 ◦ green 126 ◦ blue 219

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

Shades of Pale Magenta #E87EDB

Tints of Pale Magenta #E87EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.95%

R = 40.21%
G = 21.84%
B = 37.95%

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

#E87EDB (or 0xE87EDB) is known color: Pale Magenta. HEX triplet: E8, 7E and DB. RGB value is (232,126,219). Sum of RGB (Red+Green+Blue) = 232+126+219=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 232 - color contains mainly: red. Hex color #E87EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87EDB is #178124. Grayscale: #A8A8A8. Windows color (decimal): -1540389 or 14384872. OLE color: 14384872.

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

Color convert

RGB 232 126 219 -
CMYK 0 0.46 0.06 0.09
HSL 307.36º 0.7% 0.7% -
HSV(B) 307.36º 0.46% 0.91% -
XYZ 53.53 37.19 71.38 -
YUV 168.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 232 126 219 0 0.46 0.06 0.09 307.36 0.7 0.7
Hex E8 7E DB 0 2E 6 9 133 46 46
Octal 350 176 333 0 56 6 11 463 106 106
Binary 11101000 1111110 11011011 0 101110 110 1001 100110011 1000110 1000110

Color Harmonies of #E87EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87EDB

Black with #E87EDB

Text Example


Text Example

White with #E87EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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