#EA8FDE

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

Shades of Pale Magenta #EA8FDE

Tints of Pale Magenta #EA8FDE

Color information

#EA8FDE (or 0xEA8FDE) is unknown color: approx Pale Magenta. HEX triplet: EA, 8F and DE. RGB value is (234,143,222). Sum of RGB (Red+Green+Blue) = 234+143+222=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FDE is #157021. Grayscale: #B2B2B2. Windows color (decimal): -1404962 or 14585834. OLE color: 14585834.

HSL color Cylindrical-coordinate representation of color #EA8FDE: hue angle of 307.91º 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 #EA8FDE is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234143222-
CMYK00.390.050.08
HSL307.91º68.42%73.92%-
HSV(B)307.91º38.89%91.76%-
XYZ56.9442.4174.29-
YUV179.21152.15167.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 143 (56.25% from 255) = 23.87%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=39.07%
G=23.87%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414322200.390.050.08307.9168.4273.92
HexEA8FDE02758134444a
Octal352217336047510464104112
Binary1110101010001111110111100100111101100010011010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FDE; }

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

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

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

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

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

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

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

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