#EB8FDC

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

Shades of Pale Magenta #EB8FDC

Tints of Pale Magenta #EB8FDC

Color information

#EB8FDC (or 0xEB8FDC) is unknown color: approx Pale Magenta. HEX triplet: EB, 8F and DC. RGB value is (235,143,220). Sum of RGB (Red+Green+Blue) = 235+143+220=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FDC is #147023. Grayscale: #B3B3B3. Windows color (decimal): -1339428 or 14454763. OLE color: 14454763.

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

Color convert

RGB235143220-
CMYK00.390.060.08
HSL309.78º69.7%74.12%-
HSV(B)309.78º39.15%92.16%-
XYZ5742.4772.9-
YUV179.29150.98167.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 143 (56.25% from 255) = 23.91%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=39.30%
G=23.91%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514322000.390.060.08309.7869.774.12
HexEB8FDC02768136464a
Octal353217334047610466106112
Binary1110101110001111110111000100111110100010011011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8FDC; }

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

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

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

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

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

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

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

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