#EA8FDB

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

Shades of Pale Magenta #EA8FDB

Tints of Pale Magenta #EA8FDB

Color information

#EA8FDB (or 0xEA8FDB) is unknown color: approx Pale Magenta. HEX triplet: EA, 8F and DB. RGB value is (234,143,219). Sum of RGB (Red+Green+Blue) = 234+143+219=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FDB is #157024. Grayscale: #B2B2B2. Windows color (decimal): -1404965 or 14389226. OLE color: 14389226.

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

Color convert

RGB234143219-
CMYK00.390.060.08
HSL309.89º68.42%73.92%-
HSV(B)309.89º38.89%91.76%-
XYZ56.5442.2572.19-
YUV178.87150.65167.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 143 (56.25% from 255) = 23.99%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=39.26%
G=23.99%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414321900.390.060.08309.8968.4273.92
HexEA8FDB02768136444a
Octal352217333047610466104112
Binary1110101010001111110110110100111110100010011011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FDB; }

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

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

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

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

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

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

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

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