#EA8BDC

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

Shades of Pale Magenta #EA8BDC

Tints of Pale Magenta #EA8BDC

Color information

#EA8BDC (or 0xEA8BDC) is unknown color: approx Pale Magenta. HEX triplet: EA, 8B and DC. RGB value is (234,139,220). Sum of RGB (Red+Green+Blue) = 234+139+220=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BDC is #157423. Grayscale: #B0B0B0. Windows color (decimal): -1405988 or 14453738. OLE color: 14453738.

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

Color convert

RGB234139220-
CMYK00.410.060.08
HSL308.84º69.34%73.14%-
HSV(B)308.84º40.6%91.76%-
XYZ56.0841.1272.69-
YUV176.64152.47168.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 139 (54.69% from 255) = 23.44%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=39.46%
G=23.44%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413922000.410.060.08308.8469.3473.14
HexEA8BDC029681354549
Octal352213334051610465105111
Binary1110101010001011110111000101001110100010011010110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BDC; }

 p { color: rgb(234,139,220); }

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

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

 a { background-color: rgb(234,139,220); }

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

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

 span { border-color: rgb(234,139,220); }

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