#EA8FE0

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

Shades of Pale Magenta #EA8FE0

Tints of Pale Magenta #EA8FE0

Color information

#EA8FE0 (or 0xEA8FE0) is unknown color: approx Pale Magenta. HEX triplet: EA, 8F and E0. RGB value is (234,143,224). Sum of RGB (Red+Green+Blue) = 234+143+224=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FE0 is #15701F. Grayscale: #B3B3B3. Windows color (decimal): -1404960 or 14716906. OLE color: 14716906.

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

Color convert

RGB234143224-
CMYK00.390.040.08
HSL306.59º68.42%73.92%-
HSV(B)306.59º38.89%91.76%-
XYZ57.2142.5275.71-
YUV179.44153.15166.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 143 (56.25% from 255) = 23.79%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=38.94%
G=23.79%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414322400.390.040.08306.5968.4273.92
HexEA8FE002748133444a
Octal352217340047410463104112
Binary1110101010001111111000000100111100100010011001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FE0; }

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

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

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

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

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

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

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

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