#EA8BD2

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

Shades of Pale Magenta #EA8BD2

Tints of Pale Magenta #EA8BD2

Color information

#EA8BD2 (or 0xEA8BD2) is unknown color: approx Pale Magenta. HEX triplet: EA, 8B and D2. RGB value is (234,139,210). Sum of RGB (Red+Green+Blue) = 234+139+210=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BD2 is #15742D. Grayscale: #AFAFAF. Windows color (decimal): -1405998 or 13798378. OLE color: 13798378.

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

Color convert

RGB234139210-
CMYK00.410.100.08
HSL315.16º69.34%73.14%-
HSV(B)315.16º40.6%91.76%-
XYZ54.840.6165.92-
YUV175.5147.47169.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 139 (54.69% from 255) = 23.84%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=40.14%
G=23.84%
B=36.02%

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
Decimal23413921000.410.100.08315.1669.3473.14
HexEA8BD2029A813b4549
Octal3522133220511210473105111
Binary11101010100010111101001001010011010100010011101110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BD2; }

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

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

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

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

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

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

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

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