#EF9FF2

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

Shades of Plum #EF9FF2

Tints of Plum #EF9FF2

Color information

#EF9FF2 (or 0xEF9FF2) is unknown color: approx Plum. HEX triplet: EF, 9F and F2. RGB value is (239,159,242). Sum of RGB (Red+Green+Blue) = 239+159+242=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF9FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FF2 is #10600D. Grayscale: #C0C0C0. Windows color (decimal): -1073166 or 15900655. OLE color: 15900655.

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

Color convert

RGB239159242-
CMYK0.010.3400.05
HSL297.83º76.15%78.63%-
HSV(B)297.83º34.3%94.9%-
XYZ64.0249.5690.2-
YUV192.38156161.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 159 (62.5% from 255) = 24.84%
BLUE value IS 242 (94.92% from 255) = 37.81%
R=37.34%
G=24.84%
B=37.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391592420.010.3400.05297.8376.1578.63
HexEF9FF21220512a4c4f
Octal35723736214205452114117
Binary1110111110011111111100101100010010110010101010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FF2; }

 p { color: rgb(239,159,242); }

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

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

 a { background-color: rgb(239,159,242); }

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

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

 span { border-color: rgb(239,159,242); }

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