#EB8AD3

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

Shades of Pale Magenta #EB8AD3

Tints of Pale Magenta #EB8AD3

Color information

#EB8AD3 (or 0xEB8AD3) is unknown color: approx Pale Magenta. HEX triplet: EB, 8A and D3. RGB value is (235,138,211). Sum of RGB (Red+Green+Blue) = 235+138+211=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8AD3 is #14752C. Grayscale: #AFAFAF. Windows color (decimal): -1340717 or 13863659. OLE color: 13863659.

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

Color convert

RGB235138211-
CMYK00.410.100.08
HSL314.85º70.8%73.14%-
HSV(B)314.85º41.28%92.16%-
XYZ55.1140.5466.55-
YUV175.32148.14170.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 138 (54.30% from 255) = 23.63%
BLUE value IS 211 (82.81% from 255) = 36.13%
R=40.24%
G=23.63%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513821100.410.100.08314.8570.873.14
HexEB8AD3029A813b4749
Octal3532123230511210473107111
Binary11101011100010101101001101010011010100010011101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AD3; }

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

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

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

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

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

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

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

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