#EB94DF

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

Shades of Plum #EB94DF

Tints of Plum #EB94DF

Color information

#EB94DF (or 0xEB94DF) is unknown color: approx Plum. HEX triplet: EB, 94 and DF. RGB value is (235,148,223). Sum of RGB (Red+Green+Blue) = 235+148+223=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94DF is #146B20. Grayscale: #B6B6B6. Windows color (decimal): -1338145 or 14652651. OLE color: 14652651.

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

Color convert

RGB235148223-
CMYK00.370.050.08
HSL308.28º68.5%75.1%-
HSV(B)308.28º37.02%92.16%-
XYZ58.1744.1775.27-
YUV182.56150.82165.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 148 (58.20% from 255) = 24.42%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=38.78%
G=24.42%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514822300.370.050.08308.2868.575.1
HexEB94DF02558134454b
Octal353224337045510464105113
Binary1110101110010100110111110100101101100010011010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94DF; }

 p { color: rgb(235,148,223); }

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

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

 a { background-color: rgb(235,148,223); }

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

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

 span { border-color: rgb(235,148,223); }

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