#EB8ED6

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

Shades of Pale Magenta #EB8ED6

Tints of Pale Magenta #EB8ED6

Color information

#EB8ED6 (or 0xEB8ED6) is unknown color: approx Pale Magenta. HEX triplet: EB, 8E and D6. RGB value is (235,142,214). Sum of RGB (Red+Green+Blue) = 235+142+214=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ED6 is #147129. Grayscale: #B1B1B1. Windows color (decimal): -1339690 or 14061291. OLE color: 14061291.

HSL color Cylindrical-coordinate representation of color #EB8ED6: hue angle of 313.55º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8ED6 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235142214-
CMYK00.400.090.08
HSL313.55º69.92%73.92%-
HSV(B)313.55º39.57%92.16%-
XYZ56.0741.8668.74-
YUV178.02148.31168.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 142 (55.86% from 255) = 24.03%
BLUE value IS 214 (83.98% from 255) = 36.21%
R=39.76%
G=24.03%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514221400.400.090.08313.5569.9273.92
HexEB8ED60289813a464a
Octal3532163260501110472106112
Binary11101011100011101101011001010001001100010011101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8ED6; }

 p { color: rgb(235,142,214); }

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

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

 a { background-color: rgb(235,142,214); }

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

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

 span { border-color: rgb(235,142,214); }

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