#EB95DF

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

Shades of Plum #EB95DF

Tints of Plum #EB95DF

Color information

#EB95DF (or 0xEB95DF) is unknown color: approx Plum. HEX triplet: EB, 95 and DF. RGB value is (235,149,223). Sum of RGB (Red+Green+Blue) = 235+149+223=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95DF is #146A20. Grayscale: #B6B6B6. Windows color (decimal): -1337889 or 14652907. OLE color: 14652907.

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

Color convert

RGB235149223-
CMYK00.370.050.08
HSL308.37º68.25%75.29%-
HSV(B)308.37º36.6%92.16%-
XYZ58.3344.4875.32-
YUV183.15150.49164.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 149 (58.59% from 255) = 24.55%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=38.71%
G=24.55%
B=36.74%

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
Decimal23514922300.370.050.08308.3768.2575.29
HexEB95DF02558134444b
Octal353225337045510464104113
Binary1110101110010101110111110100101101100010011010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95DF; }

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

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

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

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

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

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

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

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