#EB8DD4

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

Shades of Pale Magenta #EB8DD4

Tints of Pale Magenta #EB8DD4

Color information

#EB8DD4 (or 0xEB8DD4) is unknown color: approx Pale Magenta. HEX triplet: EB, 8D and D4. RGB value is (235,141,212). Sum of RGB (Red+Green+Blue) = 235+141+212=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DD4 is #14722B. Grayscale: #B1B1B1. Windows color (decimal): -1339948 or 13929963. OLE color: 13929963.

HSL color Cylindrical-coordinate representation of color #EB8DD4: hue angle of 314.68º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8DD4 is Cyan = 0, Magento = 0.4, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235141212-
CMYK00.40.100.08
HSL314.68º70.15%73.73%-
HSV(B)314.68º40%92.16%-
XYZ55.6741.4767.36-
YUV177.2147.64169.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 141 (55.47% from 255) = 23.98%
BLUE value IS 212 (83.20% from 255) = 36.05%
R=39.97%
G=23.98%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514121200.40.100.08314.6870.1573.73
HexEB8DD4028A813b464a
Octal3532153240501210473106112
Binary11101011100011011101010001010001010100010011101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DD4; }

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

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

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

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

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

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

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

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