#E790D4

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

Shades of Pale Magenta #E790D4

Tints of Pale Magenta #E790D4

Color information

#E790D4 (or 0xE790D4) is unknown color: approx Pale Magenta. HEX triplet: E7, 90 and D4. RGB value is (231,144,212). Sum of RGB (Red+Green+Blue) = 231+144+212=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E790D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790D4 is #186F2B. Grayscale: #B1B1B1. Windows color (decimal): -1601324 or 13930727. OLE color: 13930727.

HSL color Cylindrical-coordinate representation of color #E790D4: hue angle of 313.1º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E790D4 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB231144212-
CMYK00.380.080.09
HSL313.1º64.44%73.53%-
HSV(B)313.1º37.66%90.59%-
XYZ54.8141.6967.45-
YUV177.76147.32165.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.35%
GREEN value IS 144 (56.64% from 255) = 24.53%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=39.35%
G=24.53%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114421200.380.080.09313.164.4473.53
HexE790D402689139404a
Octal3472203240461011471100112
Binary11100111100100001101010001001101000100110011100110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E790D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E790D4; }

 p { color: rgb(231,144,212); }

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

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

 a { background-color: rgb(231,144,212); }

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

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

 span { border-color: rgb(231,144,212); }

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