#E789D2

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

Shades of Pale Magenta #E789D2

Tints of Pale Magenta #E789D2

Color information

#E789D2 (or 0xE789D2) is unknown color: approx Pale Magenta. HEX triplet: E7, 89 and D2. RGB value is (231,137,210). Sum of RGB (Red+Green+Blue) = 231+137+210=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E789D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E789D2 is #18762D. Grayscale: #ADADAD. Windows color (decimal): -1603118 or 13797863. OLE color: 13797863.

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

Color convert

RGB231137210-
CMYK00.410.090.09
HSL313.4º66.2%72.16%-
HSV(B)313.4º40.69%90.59%-
XYZ53.5339.5365.78-
YUV173.43148.64169.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.97%
GREEN value IS 137 (53.91% from 255) = 23.70%
BLUE value IS 210 (82.42% from 255) = 36.33%
R=39.97%
G=23.70%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113721000.410.090.09313.466.272.16
HexE789D2029991394248
Octal3472113220511111471102110
Binary11100111100010011101001001010011001100110011100110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E789D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E789D2; }

 p { color: rgb(231,137,210); }

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

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

 a { background-color: rgb(231,137,210); }

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

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

 span { border-color: rgb(231,137,210); }

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