Html Css Color HEX #E782D9 Pale Magenta

📋 copy color: '#E782D9'

red 231 ◦ green 130 ◦ blue 217

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

Shades of Pale Magenta #E782D9

Tints of Pale Magenta #E782D9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.49%

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

R = 39.97%
G = 22.49%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E782D9 (or 0xE782D9) is known color: Pale Magenta. HEX triplet: E7, 82 and D9. RGB value is (231,130,217). Sum of RGB (Red+Green+Blue) = 231+130+217=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E782D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782D9 is #187D26. Grayscale: #A9A9A9. Windows color (decimal): -1604903 or 14254823. OLE color: 14254823.

HSL color Cylindrical-coordinate representation of color #E782D9: hue angle of 308.32º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E782D9 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 130 217 -
CMYK 0 0.44 0.06 0.09
HSL 308.32º 0.68% 0.71% -
HSV(B) 308.32º 0.44% 0.91% -
XYZ 53.46 37.96 70.16 -
YUV 170.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 231 130 217 0 0.44 0.06 0.09 308.32 0.68 0.71
Hex E7 82 D9 0 2C 6 9 134 44 47
Octal 347 202 331 0 54 6 11 464 104 107
Binary 11100111 10000010 11011001 0 101100 110 1001 100110100 1000100 1000111

Color Harmonies of #E782D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E782D9

Black with #E782D9

Text Example


Text Example

White with #E782D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E782D9; }

 p { color: rgb(231,130,217); }

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

background-color css

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

 a { background-color: rgb(231,130,217); }

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

border-color css

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

 span { border-color: rgb(231,130,217); }

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