#EB8DDC

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

Shades of Pale Magenta #EB8DDC

Tints of Pale Magenta #EB8DDC

Color information

#EB8DDC (or 0xEB8DDC) is unknown color: approx Pale Magenta. HEX triplet: EB, 8D and DC. RGB value is (235,141,220). Sum of RGB (Red+Green+Blue) = 235+141+220=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DDC is #147223. Grayscale: #B1B1B1. Windows color (decimal): -1339940 or 14454251. OLE color: 14454251.

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

Color convert

RGB235141220-
CMYK00.40.060.08
HSL309.57º70.15%73.73%-
HSV(B)309.57º40%92.16%-
XYZ56.741.8872.81-
YUV178.11151.64168.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 141 (55.47% from 255) = 23.66%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=39.43%
G=23.66%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514122000.40.060.08309.5770.1573.73
HexEB8DDC02868136464a
Octal353215334050610466106112
Binary1110101110001101110111000101000110100010011011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DDC; }

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

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

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

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

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

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

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

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