#EB8DDD

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

Shades of Pale Magenta #EB8DDD

Tints of Pale Magenta #EB8DDD

Color information

#EB8DDD (or 0xEB8DDD) is unknown color: approx Pale Magenta. HEX triplet: EB, 8D and DD. RGB value is (235,141,221). Sum of RGB (Red+Green+Blue) = 235+141+221=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DDD is #147222. Grayscale: #B2B2B2. Windows color (decimal): -1339939 or 14519787. OLE color: 14519787.

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

Color convert

RGB235141221-
CMYK00.40.060.08
HSL308.94º70.15%73.73%-
HSV(B)308.94º40%92.16%-
XYZ56.8441.9373.5-
YUV178.23152.14168.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 141 (55.47% from 255) = 23.62%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=39.36%
G=23.62%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514122100.40.060.08308.9470.1573.73
HexEB8DDD02868135464a
Octal353215335050610465106112
Binary1110101110001101110111010101000110100010011010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DDD; }

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

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

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

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

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

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

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

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