#EF9EEB

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

Shades of Plum #EF9EEB

Tints of Plum #EF9EEB

Color information

#EF9EEB (or 0xEF9EEB) is unknown color: approx Plum. HEX triplet: EF, 9E and EB. RGB value is (239,158,235). Sum of RGB (Red+Green+Blue) = 239+158+235=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9EEB is #106114. Grayscale: #BEBEBE. Windows color (decimal): -1073429 or 15441647. OLE color: 15441647.

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

Color convert

RGB239158235-
CMYK00.340.020.06
HSL302.96º71.68%77.84%-
HSV(B)302.96º33.89%93.73%-
XYZ62.8248.884.71-
YUV191152.84162.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 158 (62.11% from 255) = 25%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=37.82%
G=25%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915823500.340.020.06302.9671.6877.84
HexEF9EEB0222612f484e
Octal35723635304226457110116
Binary11101111100111101110101101000101011010010111110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9EEB; }

 p { color: rgb(239,158,235); }

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

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

 a { background-color: rgb(239,158,235); }

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

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

 span { border-color: rgb(239,158,235); }

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