#EA7DD0

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

Shades of Pale Magenta #EA7DD0

Tints of Pale Magenta #EA7DD0

Color information

#EA7DD0 (or 0xEA7DD0) is unknown color: approx Pale Magenta. HEX triplet: EA, 7D and D0. RGB value is (234,125,208). Sum of RGB (Red+Green+Blue) = 234+125+208=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DD0 is #15822F. Grayscale: #A6A6A6. Windows color (decimal): -1409584 or 13663722. OLE color: 13663722.

HSL color Cylindrical-coordinate representation of color #EA7DD0: hue angle of 314.31º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7DD0 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234125208-
CMYK00.470.110.08
HSL314.31º72.19%70.39%-
HSV(B)314.31º46.58%91.76%-
XYZ52.6536.7163.99-
YUV167.05151.11175.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 125 (49.22% from 255) = 22.05%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=41.27%
G=22.05%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412520800.470.110.08314.3172.1970.39
HexEA7DD002FB813a4846
Octal3521753200571310472110106
Binary1110101011111011101000001011111011100010011101010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7DD0; }

 p { color: rgb(234,125,208); }

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

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

 a { background-color: rgb(234,125,208); }

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

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

 span { border-color: rgb(234,125,208); }

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