#EB8AD2

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

Shades of Pale Magenta #EB8AD2

Tints of Pale Magenta #EB8AD2

Color information

#EB8AD2 (or 0xEB8AD2) is unknown color: approx Pale Magenta. HEX triplet: EB, 8A and D2. RGB value is (235,138,210). Sum of RGB (Red+Green+Blue) = 235+138+210=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8AD2 is #14752D. Grayscale: #AFAFAF. Windows color (decimal): -1340718 or 13798123. OLE color: 13798123.

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

Color convert

RGB235138210-
CMYK00.410.110.08
HSL315.46º70.8%73.14%-
HSV(B)315.46º41.28%92.16%-
XYZ54.9840.4965.89-
YUV175.21147.64170.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 138 (54.30% from 255) = 23.67%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=40.31%
G=23.67%
B=36.02%

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
Decimal23513821000.410.110.08315.4670.873.14
HexEB8AD2029B813b4749
Octal3532123220511310473107111
Binary11101011100010101101001001010011011100010011101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AD2; }

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

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

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

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

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

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

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

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