#EB8AD4

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

Shades of Pale Magenta #EB8AD4

Tints of Pale Magenta #EB8AD4

Color information

#EB8AD4 (or 0xEB8AD4) is unknown color: approx Pale Magenta. HEX triplet: EB, 8A and D4. RGB value is (235,138,212). Sum of RGB (Red+Green+Blue) = 235+138+212=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8AD4 is #14752B. Grayscale: #AFAFAF. Windows color (decimal): -1340716 or 13929195. OLE color: 13929195.

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

Color convert

RGB235138212-
CMYK00.410.100.08
HSL314.23º70.8%73.14%-
HSV(B)314.23º41.28%92.16%-
XYZ55.2340.5967.21-
YUV175.44148.64170.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 138 (54.30% from 255) = 23.59%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=40.17%
G=23.59%
B=36.24%

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
Decimal23513821200.410.100.08314.2370.873.14
HexEB8AD4029A813a4749
Octal3532123240511210472107111
Binary11101011100010101101010001010011010100010011101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AD4; }

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

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

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

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

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

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

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

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