#E781D5

Color #E781D5 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #E781D5

Tints of Pale Magenta #E781D5

Color information

#E781D5 (or 0xE781D5) is unknown color: approx Pale Magenta. HEX triplet: E7, 81 and D5. RGB value is (231,129,213). Sum of RGB (Red+Green+Blue) = 231+129+213=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E781D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781D5 is #187E2A. Grayscale: #A8A8A8. Windows color (decimal): -1605163 or 13992423. OLE color: 13992423.

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

Color convert

RGB231129213-
CMYK00.440.080.09
HSL310.59º68%70.59%-
HSV(B)310.59º44.16%90.59%-
XYZ52.8237.4967.4-
YUV169.07152.79172.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.31%
GREEN value IS 129 (50.78% from 255) = 22.51%
BLUE value IS 213 (83.59% from 255) = 37.17%
R=40.31%
G=22.51%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112921300.440.080.09310.596870.59
HexE781D502C891374447
Octal3472013250541011467104107
Binary11100111100000011101010101011001000100110011011110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E781D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E781D5; }

 p { color: rgb(231,129,213); }

 H1.HeaderClassName
 {
   color: #E781D5;
 }
 .AnyTagClassName
 {
   color: #E781D5;
 }
</style>
background-color css

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

 a { background-color: rgb(231,129,213); }

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

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

 span { border-color: rgb(231,129,213); }

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