#EB8CD7

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

Shades of Pale Magenta #EB8CD7

Tints of Pale Magenta #EB8CD7

Color information

#EB8CD7 (or 0xEB8CD7) is unknown color: approx Pale Magenta. HEX triplet: EB, 8C and D7. RGB value is (235,140,215). Sum of RGB (Red+Green+Blue) = 235+140+215=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CD7 is #147328. Grayscale: #B0B0B0. Windows color (decimal): -1340201 or 14126315. OLE color: 14126315.

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

Color convert

RGB235140215-
CMYK00.400.090.08
HSL312.63º70.37%73.53%-
HSV(B)312.63º40.43%92.16%-
XYZ55.941.3269.32-
YUV176.96149.47169.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 140 (55.08% from 255) = 23.73%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=39.83%
G=23.73%
B=36.44%

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
Decimal23514021500.400.090.08312.6370.3773.53
HexEB8CD702898139464a
Octal3532143270501110471106112
Binary11101011100011001101011101010001001100010011100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8CD7; }

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

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

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

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

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

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

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

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