#EB8FDD

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

Shades of Pale Magenta #EB8FDD

Tints of Pale Magenta #EB8FDD

Color information

#EB8FDD (or 0xEB8FDD) is unknown color: approx Pale Magenta. HEX triplet: EB, 8F and DD. RGB value is (235,143,221). Sum of RGB (Red+Green+Blue) = 235+143+221=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FDD is #147022. Grayscale: #B3B3B3. Windows color (decimal): -1339427 or 14520299. OLE color: 14520299.

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

Color convert

RGB235143221-
CMYK00.390.060.08
HSL309.13º69.7%74.12%-
HSV(B)309.13º39.15%92.16%-
XYZ57.1342.5373.6-
YUV179.4151.48167.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 143 (56.25% from 255) = 23.87%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=39.23%
G=23.87%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514322100.390.060.08309.1369.774.12
HexEB8FDD02768135464a
Octal353217335047610465106112
Binary1110101110001111110111010100111110100010011010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8FDD; }

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

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

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

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

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

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

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

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