#EA8FD5

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

Shades of Pale Magenta #EA8FD5

Tints of Pale Magenta #EA8FD5

Color information

#EA8FD5 (or 0xEA8FD5) is unknown color: approx Pale Magenta. HEX triplet: EA, 8F and D5. RGB value is (234,143,213). Sum of RGB (Red+Green+Blue) = 234+143+213=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FD5 is #15702A. Grayscale: #B2B2B2. Windows color (decimal): -1404971 or 13996010. OLE color: 13996010.

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

Color convert

RGB234143213-
CMYK00.390.090.08
HSL313.85º68.42%73.92%-
HSV(B)313.85º38.89%91.76%-
XYZ55.7641.9468.11-
YUV178.19147.65167.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 143 (56.25% from 255) = 24.24%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=39.66%
G=24.24%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414321300.390.090.08313.8568.4273.92
HexEA8FD50279813a444a
Octal3522173250471110472104112
Binary11101010100011111101010101001111001100010011101010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FD5; }

 p { color: rgb(234,143,213); }

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

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

 a { background-color: rgb(234,143,213); }

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

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

 span { border-color: rgb(234,143,213); }

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