#EA8EDA

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

Shades of Pale Magenta #EA8EDA

Tints of Pale Magenta #EA8EDA

Color information

#EA8EDA (or 0xEA8EDA) is unknown color: approx Pale Magenta. HEX triplet: EA, 8E and DA. RGB value is (234,142,218). Sum of RGB (Red+Green+Blue) = 234+142+218=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8EDA is #157125. Grayscale: #B1B1B1. Windows color (decimal): -1405222 or 14323434. OLE color: 14323434.

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

Color convert

RGB234142218-
CMYK00.390.070.08
HSL310.43º68.66%73.73%-
HSV(B)310.43º39.32%91.76%-
XYZ56.2641.971.45-
YUV178.17150.48167.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 142 (55.86% from 255) = 23.91%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=39.39%
G=23.91%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414221800.390.070.08310.4368.6673.73
HexEA8EDA02778136454a
Octal352216332047710466105112
Binary1110101010001110110110100100111111100010011011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8EDA; }

 p { color: rgb(234,142,218); }

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

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

 a { background-color: rgb(234,142,218); }

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

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

 span { border-color: rgb(234,142,218); }

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