#EB93DD

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

Shades of Pale Magenta #EB93DD

Tints of Pale Magenta #EB93DD

Color information

#EB93DD (or 0xEB93DD) is unknown color: approx Pale Magenta. HEX triplet: EB, 93 and DD. RGB value is (235,147,221). Sum of RGB (Red+Green+Blue) = 235+147+221=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB93DD is #146C22. Grayscale: #B5B5B5. Windows color (decimal): -1338403 or 14521323. OLE color: 14521323.

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

Color convert

RGB235147221-
CMYK00.370.060.08
HSL309.55º68.75%74.9%-
HSV(B)309.55º37.45%92.16%-
XYZ57.7543.7573.81-
YUV181.75150.15165.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 147 (57.81% from 255) = 24.38%
BLUE value IS 221 (86.72% from 255) = 36.65%
R=38.97%
G=24.38%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514722100.370.060.08309.5568.7574.9
HexEB93DD02568136454b
Octal353223335045610466105113
Binary1110101110010011110111010100101110100010011011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93DD; }

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

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

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

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

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

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

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

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