#EB91DC

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

Shades of Pale Magenta #EB91DC

Tints of Pale Magenta #EB91DC

Color information

#EB91DC (or 0xEB91DC) is unknown color: approx Pale Magenta. HEX triplet: EB, 91 and DC. RGB value is (235,145,220). Sum of RGB (Red+Green+Blue) = 235+145+220=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EB91DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB91DC is #146E23. Grayscale: #B4B4B4. Windows color (decimal): -1338916 or 14455275. OLE color: 14455275.

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

Color convert

RGB235145220-
CMYK00.380.060.08
HSL310º69.23%74.51%-
HSV(B)310º38.3%92.16%-
XYZ57.343.0873.01-
YUV180.46150.32166.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 145 (57.03% from 255) = 24.17%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=39.17%
G=24.17%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514522000.380.060.0831069.2374.51
HexEB91DC02668136454b
Octal353221334046610466105113
Binary1110101110010001110111000100110110100010011011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB91DC; }

 p { color: rgb(235,145,220); }

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

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

 a { background-color: rgb(235,145,220); }

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

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

 span { border-color: rgb(235,145,220); }

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