#EF9CEB

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

Shades of Plum #EF9CEB

Tints of Plum #EF9CEB

Color information

#EF9CEB (or 0xEF9CEB) is unknown color: approx Plum. HEX triplet: EF, 9C and EB. RGB value is (239,156,235). Sum of RGB (Red+Green+Blue) = 239+156+235=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9CEB is #106314. Grayscale: #BDBDBD. Windows color (decimal): -1073941 or 15441135. OLE color: 15441135.

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

Color convert

RGB239156235-
CMYK00.350.020.06
HSL302.89º72.17%77.45%-
HSV(B)302.89º34.73%93.73%-
XYZ62.4848.1384.59-
YUV189.82153.5163.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 156 (61.33% from 255) = 24.76%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=37.94%
G=24.76%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915623500.350.020.06302.8972.1777.45
HexEF9CEB0232612f484d
Octal35723435304326457110115
Binary11101111100111001110101101000111011010010111110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9CEB; }

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

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

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

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

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

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

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

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