#EB95E1

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

Shades of Plum #EB95E1

Tints of Plum #EB95E1

Color information

#EB95E1 (or 0xEB95E1) is unknown color: approx Plum. HEX triplet: EB, 95 and E1. RGB value is (235,149,225). Sum of RGB (Red+Green+Blue) = 235+149+225=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95E1 is #146A1E. Grayscale: #B7B7B7. Windows color (decimal): -1337887 or 14783979. OLE color: 14783979.

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

Color convert

RGB235149225-
CMYK00.370.040.08
HSL306.98º68.25%75.29%-
HSV(B)306.98º36.6%92.16%-
XYZ58.644.5976.75-
YUV183.38151.49164.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 149 (58.59% from 255) = 24.47%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=38.59%
G=24.47%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514922500.370.040.08306.9868.2575.29
HexEB95E102548133444b
Octal353225341045410463104113
Binary1110101110010101111000010100101100100010011001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95E1; }

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

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

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

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

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

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

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

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