#EB95E4

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

Shades of Plum #EB95E4

Tints of Plum #EB95E4

Color information

#EB95E4 (or 0xEB95E4) is unknown color: approx Plum. HEX triplet: EB, 95 and E4. RGB value is (235,149,228). Sum of RGB (Red+Green+Blue) = 235+149+228=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95E4 is #146A1B. Grayscale: #B7B7B7. Windows color (decimal): -1337884 or 14980587. OLE color: 14980587.

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

Color convert

RGB235149228-
CMYK00.370.030.08
HSL304.88º68.25%75.29%-
HSV(B)304.88º36.6%92.16%-
XYZ59.0144.7678.93-
YUV183.72152.99164.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 149 (58.59% from 255) = 24.35%
BLUE value IS 228 (89.45% from 255) = 37.25%
R=38.40%
G=24.35%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514922800.370.030.08304.8868.2575.29
HexEB95E402538131444b
Octal353225344045310461104113
Binary111010111001010111100100010010111100010011000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95E4; }

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

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

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

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

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

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

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

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