#EB8EDC

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

Shades of Pale Magenta #EB8EDC

Tints of Pale Magenta #EB8EDC

Color information

#EB8EDC (or 0xEB8EDC) is unknown color: approx Pale Magenta. HEX triplet: EB, 8E and DC. RGB value is (235,142,220). Sum of RGB (Red+Green+Blue) = 235+142+220=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8EDC is #147123. Grayscale: #B2B2B2. Windows color (decimal): -1339684 or 14454507. OLE color: 14454507.

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

Color convert

RGB235142220-
CMYK00.400.060.08
HSL309.68º69.92%73.92%-
HSV(B)309.68º39.57%92.16%-
XYZ56.8542.1872.85-
YUV178.7151.31168.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 142 (55.86% from 255) = 23.79%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=39.36%
G=23.79%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514222000.400.060.08309.6869.9273.92
HexEB8EDC02868136464a
Octal353216334050610466106112
Binary1110101110001110110111000101000110100010011011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EDC; }

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

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

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

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

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

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

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

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