Html Css Color HEX #E786DD Pale Magenta

📋 copy color: '#E786DD'

red 231 ◦ green 134 ◦ blue 221

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

Shades of Pale Magenta #E786DD

Tints of Pale Magenta #E786DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.71%

R = 39.42%
G = 22.87%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E786DD (or 0xE786DD) is known color: Pale Magenta. HEX triplet: E7, 86 and DD. RGB value is (231,134,221). Sum of RGB (Red+Green+Blue) = 231+134+221=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E786DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786DD is #187922. Grayscale: #ACACAC. Windows color (decimal): -1603875 or 14517991. OLE color: 14517991.

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

Color convert

RGB 231 134 221 -
CMYK 0 0.42 0.04 0.09
HSL 306.19º 0.67% 0.72% -
HSV(B) 306.19º 0.42% 0.91% -
XYZ 54.53 39.26 73.11 -
YUV 172.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 231 134 221 0 0.42 0.04 0.09 306.19 0.67 0.72
Hex E7 86 DD 0 2A 4 9 132 43 48
Octal 347 206 335 0 52 4 11 462 103 110
Binary 11100111 10000110 11011101 0 101010 100 1001 100110010 1000011 1001000

Color Harmonies of #E786DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E786DD

Black with #E786DD

Text Example


Text Example

White with #E786DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E786DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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