Html Css Color HEX #E786D7 Pale Magenta

📋 copy color: '#E786D7'

red 231 ◦ green 134 ◦ blue 215

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

Shades of Pale Magenta #E786D7

Tints of Pale Magenta #E786D7

RGB

 RED value IS 231 (90.63% from 255) = 39.83%

 GREEN value IS 134 (52.73% from 255) = 23.1%

 BLUE value IS 215 (84.38% from 255) = 37.07%

R = 39.83%
G = 23.1%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E786D7 (or 0xE786D7) is known color: Pale Magenta. HEX triplet: E7, 86 and D7. RGB value is (231,134,215). Sum of RGB (Red+Green+Blue) = 231+134+215=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E786D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786D7 is #187928. Grayscale: #ACACAC. Windows color (decimal): -1603881 or 14124775. OLE color: 14124775.

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

Color convert

RGB 231 134 215 -
CMYK 0 0.42 0.07 0.09
HSL 309.9º 0.67% 0.72% -
HSV(B) 309.9º 0.42% 0.91% -
XYZ 53.75 38.95 68.97 -
YUV 172.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 231 134 215 0 0.42 0.07 0.09 309.9 0.67 0.72
Hex E7 86 D7 0 2A 7 9 136 43 48
Octal 347 206 327 0 52 7 11 466 103 110
Binary 11100111 10000110 11010111 0 101010 111 1001 100110110 1000011 1001000

Color Harmonies of #E786D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E786D7

Black with #E786D7

Text Example


Text Example

White with #E786D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E786D7; }

 p { color: rgb(231,134,215); }

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

background-color css

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

 a { background-color: rgb(231,134,215); }

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

border-color css

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

 span { border-color: rgb(231,134,215); }

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