Html Css Color HEX #EFA3EC Plum

📋 copy color: '#EFA3EC'

red 239 ◦ green 163 ◦ blue 236

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

Shades of Plum #EFA3EC

Tints of Plum #EFA3EC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.55%

 BLUE value IS 236 (92.58% from 255) = 36.99%

R = 37.46%
G = 25.55%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFA3EC (or 0xEFA3EC) is known color: Plum. HEX triplet: EF, A3 and EC. RGB value is (239,163,236). Sum of RGB (Red+Green+Blue) = 239+163+236=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 163 (64.06% from 255 or 25.55% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA3EC is #105C13. Grayscale: #C1C1C1. Windows color (decimal): -1072148 or 15508463. OLE color: 15508463.

HSL color Cylindrical-coordinate representation of color #EFA3EC: hue angle of 302.37º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA3EC is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 163 236 -
CMYK 0 0.32 0.01 0.06
HSL 302.37º 0.7% 0.79% -
HSV(B) 302.37º 0.32% 0.94% -
XYZ 63.83 50.6 85.76 -
YUV 194.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 239 163 236 0 0.32 0.01 0.06 302.37 0.7 0.79
Hex EF A3 EC 0 20 1 6 12E 46 4F
Octal 357 243 354 0 40 1 6 456 106 117
Binary 11101111 10100011 11101100 0 100000 1 110 100101110 1000110 1001111

Color Harmonies of #EFA3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA3EC

Black with #EFA3EC

Text Example


Text Example

White with #EFA3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA3EC; }

 p { color: rgb(239,163,236); }

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

background-color css

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

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

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

border-color css

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

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

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