#EA7FD1

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

Shades of Pale Magenta #EA7FD1

Tints of Pale Magenta #EA7FD1

Color information

#EA7FD1 (or 0xEA7FD1) is unknown color: approx Pale Magenta. HEX triplet: EA, 7F and D1. RGB value is (234,127,209). Sum of RGB (Red+Green+Blue) = 234+127+209=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7FD1 is #15802E. Grayscale: #A8A8A8. Windows color (decimal): -1409071 or 13729770. OLE color: 13729770.

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

Color convert

RGB234127209-
CMYK00.460.110.08
HSL314.02º71.81%70.78%-
HSV(B)314.02º45.73%91.76%-
XYZ53.0337.2764.72-
YUV168.34150.95174.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 127 (50% from 255) = 22.28%
BLUE value IS 209 (82.03% from 255) = 36.67%
R=41.05%
G=22.28%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412720900.460.110.08314.0271.8170.78
HexEA7FD102EB813a4847
Octal3521773210561310472110107
Binary1110101011111111101000101011101011100010011101010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7FD1; }

 p { color: rgb(234,127,209); }

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

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

 a { background-color: rgb(234,127,209); }

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

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

 span { border-color: rgb(234,127,209); }

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