#EB8AD1

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

Shades of Pale Magenta #EB8AD1

Tints of Pale Magenta #EB8AD1

Color information

#EB8AD1 (or 0xEB8AD1) is unknown color: approx Pale Magenta. HEX triplet: EB, 8A and D1. RGB value is (235,138,209). Sum of RGB (Red+Green+Blue) = 235+138+209=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8AD1 is #14752E. Grayscale: #AEAEAE. Windows color (decimal): -1340719 or 13732587. OLE color: 13732587.

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

Color convert

RGB235138209-
CMYK00.410.110.08
HSL316.08º70.8%73.14%-
HSV(B)316.08º41.28%92.16%-
XYZ54.8640.4465.24-
YUV175.1147.14170.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 209 (82.03% from 255) = 35.91%
R=40.38%
G=23.71%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513820900.410.110.08316.0870.873.14
HexEB8AD1029B813c4749
Octal3532123210511310474107111
Binary11101011100010101101000101010011011100010011110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AD1; }

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

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

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

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

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

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

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

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