#EB9FF3

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

Shades of Plum #EB9FF3

Tints of Plum #EB9FF3

Color information

#EB9FF3 (or 0xEB9FF3) is unknown color: approx Plum. HEX triplet: EB, 9F and F3. RGB value is (235,159,243). Sum of RGB (Red+Green+Blue) = 235+159+243=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #EB9FF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9FF3 is #14600C. Grayscale: #BFBFBF. Windows color (decimal): -1335309 or 15966187. OLE color: 15966187.

HSL color Cylindrical-coordinate representation of color #EB9FF3: hue angle of 294.29º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB9FF3 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235159243-
CMYK0.030.3500.05
HSL294.29º77.78%78.82%-
HSV(B)294.29º34.57%95.29%-
XYZ62.8448.9390.93-
YUV191.3157.18159.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 159 (62.5% from 255) = 24.96%
BLUE value IS 243 (95.31% from 255) = 38.15%
R=36.89%
G=24.96%
B=38.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351592430.030.3500.05294.2977.7878.82
HexEB9FF3323051264e4f
Octal35323736334305446116117
Binary11101011100111111111001111100011010110010011010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FF3; }

 p { color: rgb(235,159,243); }

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

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

 a { background-color: rgb(235,159,243); }

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

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

 span { border-color: rgb(235,159,243); }

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