#EA8ADF

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

Shades of Pale Magenta #EA8ADF

Tints of Pale Magenta #EA8ADF

Color information

#EA8ADF (or 0xEA8ADF) is unknown color: approx Pale Magenta. HEX triplet: EA, 8A and DF. RGB value is (234,138,223). Sum of RGB (Red+Green+Blue) = 234+138+223=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ADF is #157520. Grayscale: #B0B0B0. Windows color (decimal): -1406241 or 14650090. OLE color: 14650090.

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

Color convert

RGB234138223-
CMYK00.410.050.08
HSL306.88º69.57%72.94%-
HSV(B)306.88º41.03%91.76%-
XYZ56.344174.76-
YUV176.39154.3169.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 138 (54.30% from 255) = 23.19%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=39.33%
G=23.19%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413822300.410.050.08306.8869.5772.94
HexEA8ADF029581334649
Octal352212337051510463106111
Binary1110101010001010110111110101001101100010011001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8ADF; }

 p { color: rgb(234,138,223); }

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

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

 a { background-color: rgb(234,138,223); }

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

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

 span { border-color: rgb(234,138,223); }

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