#EA8BD3

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

Shades of Pale Magenta #EA8BD3

Tints of Pale Magenta #EA8BD3

Color information

#EA8BD3 (or 0xEA8BD3) is unknown color: approx Pale Magenta. HEX triplet: EA, 8B and D3. RGB value is (234,139,211). Sum of RGB (Red+Green+Blue) = 234+139+211=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BD3 is #15742C. Grayscale: #AFAFAF. Windows color (decimal): -1405997 or 13863914. OLE color: 13863914.

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

Color convert

RGB234139211-
CMYK00.410.100.08
HSL314.53º69.34%73.14%-
HSV(B)314.53º40.6%91.76%-
XYZ54.9240.6666.58-
YUV175.61147.97169.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 139 (54.69% from 255) = 23.80%
BLUE value IS 211 (82.81% from 255) = 36.13%
R=40.07%
G=23.80%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413921100.410.100.08314.5369.3473.14
HexEA8BD3029A813b4549
Octal3522133230511210473105111
Binary11101010100010111101001101010011010100010011101110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BD3; }

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

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

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

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

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

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

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

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