Html Css Color HEX #EF9FEF Plum

📋 copy color: '#EF9FEF'

red 239 ◦ green 159 ◦ blue 239

#EF9FEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #EF9FEF

Tints of Plum #EF9FEF

RGB

 RED value IS 239 (93.75% from 255) = 37.52%

 GREEN value IS 159 (62.5% from 255) = 24.96%

 BLUE value IS 239 (93.75% from 255) = 37.52%

R = 37.52%
G = 24.96%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF9FEF (or 0xEF9FEF) is known color: Plum. HEX triplet: EF, 9F and EF. RGB value is (239,159,239). Sum of RGB (Red+Green+Blue) = 239+159+239=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF9FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FEF is #106010. Grayscale: #BFBFBF. Windows color (decimal): -1073169 or 15704047. OLE color: 15704047.

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

Color convert

RGB 239 159 239 -
CMYK 0 0.33 0 0.06
HSL 300º 0.71% 0.78% -
HSV(B) 300º 0.33% 0.94% -
XYZ 63.57 49.38 87.84 -
YUV 192.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 239 159 239 0 0.33 0 0.06 300 0.71 0.78
Hex EF 9F EF 0 21 0 6 12C 47 4E
Octal 357 237 357 0 41 0 6 454 107 116
Binary 11101111 10011111 11101111 0 100001 0 110 100101100 1000111 1001110

Color Harmonies of #EF9FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9FEF

Black with #EF9FEF

Text Example


Text Example

White with #EF9FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9FEF; }

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

 H1.HeaderClassName
 {
   color: #EF9FEF;
 }
 .AnyTagClassName
 {
   color: #EF9FEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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