#EB8DDB

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

Shades of Pale Magenta #EB8DDB

Tints of Pale Magenta #EB8DDB

Color information

#EB8DDB (or 0xEB8DDB) is unknown color: approx Pale Magenta. HEX triplet: EB, 8D and DB. RGB value is (235,141,219). Sum of RGB (Red+Green+Blue) = 235+141+219=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DDB is #147224. Grayscale: #B1B1B1. Windows color (decimal): -1339941 or 14388715. OLE color: 14388715.

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

Color convert

RGB235141219-
CMYK00.40.070.08
HSL310.21º70.15%73.73%-
HSV(B)310.21º40%92.16%-
XYZ56.5741.8372.11-
YUV178151.14168.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 141 (55.47% from 255) = 23.70%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=39.50%
G=23.70%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514121900.40.070.08310.2170.1573.73
HexEB8DDB02878136464a
Octal353215333050710466106112
Binary1110101110001101110110110101000111100010011011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DDB; }

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

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

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

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

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

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

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

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