#EB9CF0

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

Shades of Plum #EB9CF0

Tints of Plum #EB9CF0

Color information

#EB9CF0 (or 0xEB9CF0) is unknown color: approx Plum. HEX triplet: EB, 9C and F0. RGB value is (235,156,240). Sum of RGB (Red+Green+Blue) = 235+156+240=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB9CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9CF0 is #14630F. Grayscale: #BCBCBC. Windows color (decimal): -1336080 or 15768811. OLE color: 15768811.

HSL color Cylindrical-coordinate representation of color #EB9CF0: hue angle of 296.43º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB9CF0 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235156240-
CMYK0.020.3500.06
HSL296.43º73.68%77.65%-
HSV(B)296.43º35%94.12%-
XYZ61.8847.7388.39-
YUV189.2156.67160.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 156 (61.33% from 255) = 24.72%
BLUE value IS 240 (94.14% from 255) = 38.03%
R=37.24%
G=24.72%
B=38.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351562400.020.3500.06296.4373.6877.65
HexEB9CF0223061284a4e
Octal35323436024306450112116
Binary11101011100111001111000010100011011010010100010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CF0; }

 p { color: rgb(235,156,240); }

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

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

 a { background-color: rgb(235,156,240); }

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

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

 span { border-color: rgb(235,156,240); }

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