#EB8AD5

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

Shades of Pale Magenta #EB8AD5

Tints of Pale Magenta #EB8AD5

Color information

#EB8AD5 (or 0xEB8AD5) is unknown color: approx Pale Magenta. HEX triplet: EB, 8A and D5. RGB value is (235,138,213). Sum of RGB (Red+Green+Blue) = 235+138+213=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8AD5 is #14752A. Grayscale: #AFAFAF. Windows color (decimal): -1340715 or 13994731. OLE color: 13994731.

HSL color Cylindrical-coordinate representation of color #EB8AD5: hue angle of 313.61º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8AD5 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235138213-
CMYK00.410.090.08
HSL313.61º70.8%73.14%-
HSV(B)313.61º41.28%92.16%-
XYZ55.3640.6467.88-
YUV175.55149.14170.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 138 (54.30% from 255) = 23.55%
BLUE value IS 213 (83.59% from 255) = 36.35%
R=40.10%
G=23.55%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513821300.410.090.08313.6170.873.14
HexEB8AD50299813a4749
Octal3532123250511110472107111
Binary11101011100010101101010101010011001100010011101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AD5; }

 p { color: rgb(235,138,213); }

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

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

 a { background-color: rgb(235,138,213); }

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

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

 span { border-color: rgb(235,138,213); }

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