#EB8DE2

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

Shades of Pale Magenta #EB8DE2

Tints of Pale Magenta #EB8DE2

Color information

#EB8DE2 (or 0xEB8DE2) is unknown color: approx Pale Magenta. HEX triplet: EB, 8D and E2. RGB value is (235,141,226). Sum of RGB (Red+Green+Blue) = 235+141+226=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DE2 is #14721D. Grayscale: #B2B2B2. Windows color (decimal): -1339934 or 14847467. OLE color: 14847467.

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

Color convert

RGB235141226-
CMYK00.40.040.08
HSL305.74º70.15%73.73%-
HSV(B)305.74º40%92.16%-
XYZ57.5142.277.07-
YUV178.8154.64168.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 141 (55.47% from 255) = 23.42%
BLUE value IS 226 (88.67% from 255) = 37.54%
R=39.04%
G=23.42%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514122600.40.040.08305.7470.1573.73
HexEB8DE202848132464a
Octal353215342050410462106112
Binary1110101110001101111000100101000100100010011001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DE2; }

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

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

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

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

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

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

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

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