#EB8CD9

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

Shades of Pale Magenta #EB8CD9

Tints of Pale Magenta #EB8CD9

Color information

#EB8CD9 (or 0xEB8CD9) is unknown color: approx Pale Magenta. HEX triplet: EB, 8C and D9. RGB value is (235,140,217). Sum of RGB (Red+Green+Blue) = 235+140+217=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CD9 is #147326. Grayscale: #B0B0B0. Windows color (decimal): -1340199 or 14257387. OLE color: 14257387.

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

Color convert

RGB235140217-
CMYK00.400.080.08
HSL311.37º70.37%73.53%-
HSV(B)311.37º40.43%92.16%-
XYZ56.1641.4370.68-
YUV177.18150.47169.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 140 (55.08% from 255) = 23.65%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=39.70%
G=23.65%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514021700.400.080.08311.3770.3773.53
HexEB8CD902888137464a
Octal3532143310501010467106112
Binary11101011100011001101100101010001000100010011011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8CD9; }

 p { color: rgb(235,140,217); }

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

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

 a { background-color: rgb(235,140,217); }

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

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

 span { border-color: rgb(235,140,217); }

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